Ejemplo n.º 1
0
 public new void onRead(Sound datum, TypedReaderSound reader)
 {
     yarpPINVOKE.BufferedPortSound_onRead__SWIG_0_0(swigCPtr, Sound.getCPtr(datum), TypedReaderSound.getCPtr(reader));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public new void onRead(Sound datum, TypedReaderSound reader)
 {
     if (SwigDerivedClassHasMethod("onRead", swigMethodTypes1))
     {
         yarpPINVOKE.TypedReaderCallbackSound_onReadSwigExplicitTypedReaderCallbackSound__SWIG_1(swigCPtr, Sound.getCPtr(datum), TypedReaderSound.getCPtr(reader));
     }
     else
     {
         yarpPINVOKE.TypedReaderCallbackSound_onRead__SWIG_1(swigCPtr, Sound.getCPtr(datum), TypedReaderSound.getCPtr(reader));
     }
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public new void onRead(Sound datum, TypedReaderSound reader)
 {
     yarpPINVOKE.BufferedPortSound_onRead__SWIG_0_0(swigCPtr, Sound.getCPtr(datum), TypedReaderSound.getCPtr(reader));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 4
0
 internal static HandleRef getCPtr(TypedReaderSound obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TypedReaderSound obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }