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