예제 #1
0
    public virtual bool unregisterEvent(CartesianEvent arg0)
    {
        bool ret = yarpPINVOKE.ICartesianControl_unregisterEvent(swigCPtr, CartesianEvent.getCPtr(arg0));

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
예제 #2
0
 internal static HandleRef getCPtr(CartesianEvent obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public virtual bool unregisterEvent(CartesianEvent arg0)
 {
     bool ret = yarpPINVOKE.ICartesianControl_unregisterEvent(swigCPtr, CartesianEvent.getCPtr(arg0));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
예제 #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CartesianEvent obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }