Exemplo n.º 1
0
        public bool setGnssPlatform(XsGnssPlatform gnssPlatform)
        {
            bool ret = xsensdeviceapiPINVOKE.XsDevice_setGnssPlatform(swigCPtr, (int)gnssPlatform);

            return(ret);
        }
Exemplo n.º 2
0
        public XsGnssPlatform gnssPlatform()
        {
            XsGnssPlatform ret = (XsGnssPlatform)xsensdeviceapiPINVOKE.XsDevice_gnssPlatform(swigCPtr);

            return(ret);
        }