Esempio n. 1
0
 public new void useCallback(PropertyCallback callback)
 {
     yarpPINVOKE.TypedReaderProperty_useCallback(swigCPtr, PropertyCallback.getCPtr(callback));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public new void useCallback(PropertyCallback callback)
 {
     yarpPINVOKE.BufferedPortProperty_useCallback__SWIG_0(swigCPtr, PropertyCallback.getCPtr(callback));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }