Ejemplo n.º 1
0
 public new void useCallback(BottleCallback callback)
 {
     yarpPINVOKE.TypedReaderBottle_useCallback(swigCPtr, BottleCallback.getCPtr(callback));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public new void useCallback(BottleCallback callback)
 {
     yarpPINVOKE.BufferedPortBottle_useCallback__SWIG_0(swigCPtr, BottleCallback.getCPtr(callback));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(BottleCallback obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 4
0
 public new void useCallback(BottleCallback callback)
 {
     yarpPINVOKE.BufferedPortBottle_useCallback__SWIG_0(swigCPtr, BottleCallback.getCPtr(callback));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 5
0
 public static extern void BottleCallback_director_connect(HandleRef jarg1, BottleCallback.SwigDelegateBottleCallback_0 delegate0, BottleCallback.SwigDelegateBottleCallback_1 delegate1);
 internal static HandleRef getCPtr(BottleCallback obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 7
0
 public new void useCallback(BottleCallback callback)
 {
     yarpPINVOKE.TypedReaderBottle_useCallback(swigCPtr, BottleCallback.getCPtr(callback));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }