Example #1
0
 public IHidDevice GetDevice(string devicePath)
 {
     return(HidDevices.GetDevice(devicePath) as IHidDevice);
 }