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