コード例 #1
0
 public void addInt64(SWIGTYPE_p_YARP_INT64 x)
 {
     yarpPINVOKE.Bottle_addInt64(swigCPtr, SWIGTYPE_p_YARP_INT64.getCPtr(x));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #2
0
 public virtual void appendInt64(SWIGTYPE_p_YARP_INT64 data)
 {
     yarpPINVOKE.ConnectionWriter_appendInt64(swigCPtr, SWIGTYPE_p_YARP_INT64.getCPtr(data));
     if (yarpPINVOKE.SWIGPendingException.Pending) throw yarpPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_YARP_INT64 obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #4
0
 public virtual SWIGTYPE_p_YARP_INT64 expectInt64()
 {
     SWIGTYPE_p_YARP_INT64 ret = new SWIGTYPE_p_YARP_INT64(yarpPINVOKE.ConnectionReader_expectInt64(swigCPtr), true);
     return ret;
 }
コード例 #5
0
 public virtual SWIGTYPE_p_YARP_INT64 asInt64()
 {
     SWIGTYPE_p_YARP_INT64 ret = new SWIGTYPE_p_YARP_INT64(yarpPINVOKE.Value_asInt64(swigCPtr), true);
     return ret;
 }