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

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

            DirectMode.Enable(serverPath, threeLetterVendorPNPID);
        }