Exemple #1
0
        public static XsPortInfoArray filterResponsiveDevices(XsPortInfoArray ports, XsBaudRate baudrate, int singleScanTimeout)
        {
            XsPortInfoArray ret = new XsPortInfoArray(xsensdeviceapiPINVOKE.XsScanner_filterResponsiveDevices__SWIG_1(XsPortInfoArray.getCPtr(ports), (int)baudrate, singleScanTimeout), true);

            if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
            {
                throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #2
0
        public static XsPortInfoArray filterResponsiveDevices(XsPortInfoArray ports)
        {
            XsPortInfoArray ret = new XsPortInfoArray(xsensdeviceapiPINVOKE.XsScanner_filterResponsiveDevices__SWIG_3(XsPortInfoArray.getCPtr(ports)), true);

            if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
            {
                throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #3
0
 public XsPortInfoArray(XsPortInfoArray other) : this(xsensdeviceapiPINVOKE.new_XsPortInfoArray__SWIG_3(XsPortInfoArray.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }