public XsDeviceMode(XsDeviceModePS other) : this(xsensdeviceapiPINVOKE.new_XsDeviceMode__SWIG_5(XsDeviceModePS.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public XsDeviceModePS toXsDeviceMode2()
        {
            XsDeviceModePS ret = new XsDeviceModePS(xsensdeviceapiPINVOKE.XsDeviceMode_toXsDeviceMode2(swigCPtr), true);

            return(ret);
        }
Exemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(XsDeviceModePS obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }