public new void onRead(Vector datum, TypedReaderVector reader)
 {
     yarpPINVOKE.TypedReaderCallbackVector_onRead__SWIG_1(swigCPtr, Vector.getCPtr(datum), TypedReaderVector.getCPtr(reader));
     if (yarpPINVOKE.SWIGPendingException.Pending)
     {
         throw yarpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TypedReaderVector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }