Esempio n. 1
0
        public void Post()
        {
            var serverPath = this.config.GetOSVRServerDirectory();

            DirectMode.Enable(serverPath);
        }
Esempio n. 2
0
        public void Post(string threeLetterVendorPNPID = null)
        {
            var serverPath = this.config.GetOSVRServerDirectory();

            DirectMode.Disable(serverPath, threeLetterVendorPNPID);
        }