Ejemplo n.º 1
0
        public bool isProtocolEnabled(XsProtocolType protocol)
        {
            bool ret = xsensdeviceapiPINVOKE.XsDevice_isProtocolEnabled(swigCPtr, (int)protocol);

            return(ret);
        }
Ejemplo n.º 2
0
        public bool disableProtocol(XsProtocolType protocol)
        {
            bool ret = xsensdeviceapiPINVOKE.XsDevice_disableProtocol(swigCPtr, (int)protocol);

            return(ret);
        }