Example #1
0
 public new void useCallback(TypedReaderCallbackImageMono callback)
 {
     yarpPINVOKE.BufferedPortImageMono_useCallback__SWIG_0(swigCPtr, TypedReaderCallbackImageMono.getCPtr(callback));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public new void useCallback(TypedReaderCallbackImageMono callback)
 {
     yarpPINVOKE.BufferedPortImageMono_useCallback__SWIG_0(swigCPtr, TypedReaderCallbackImageMono.getCPtr(callback));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(TypedReaderCallbackImageMono obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TypedReaderCallbackImageMono obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }