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