Ejemplo n.º 1
0
 public new void onRead(ImageInt datum, TypedReaderImageInt reader)
 {
     yarpPINVOKE.BufferedPortImageInt_onRead__SWIG_0_0(swigCPtr, ImageInt.getCPtr(datum), TypedReaderImageInt.getCPtr(reader));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public new void onRead(ImageInt datum)
 {
     yarpPINVOKE.TypedReaderCallbackImageInt_onRead__SWIG_0(swigCPtr, ImageInt.getCPtr(datum));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }