コード例 #1
0
 public XsDeviceMode(XsDeviceModeR other) : this(xsensdeviceapiPINVOKE.new_XsDeviceMode__SWIG_4(XsDeviceModeR.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
        public XsDeviceModeR toXsDeviceMode()
        {
            XsDeviceModeR ret = new XsDeviceModeR(xsensdeviceapiPINVOKE.XsDeviceMode_toXsDeviceMode(swigCPtr), true);

            return(ret);
        }
コード例 #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(XsDeviceModeR obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }