Пример #1
0
        public XsResultValue deviceParameter(XsDeviceParameter parameter)
        {
            XsResultValue ret = (XsResultValue)xsensdeviceapiPINVOKE.XsDevice_deviceParameter(swigCPtr, XsDeviceParameter.getCPtr(parameter));

            if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
            {
                throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(XsDeviceParameter obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }