Ejemplo n.º 1
0
 public new void onRead(ImageMono16 datum, TypedReaderImageMono16 reader)
 {
     yarpPINVOKE.BufferedPortImageMono16_onRead__SWIG_0_0(swigCPtr, ImageMono16.getCPtr(datum), TypedReaderImageMono16.getCPtr(reader));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public new void onRead(ImageMono16 datum)
 {
     yarpPINVOKE.TypedReaderCallbackImageMono16_onRead__SWIG_0(swigCPtr, ImageMono16.getCPtr(datum));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }