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

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

            DirectMode.Enable(serverPath, threeLetterVendorPNPID);
        }