mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-15 20:00:12 +10:00
Migrate WinUSBNet code to a standalone project dependency
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
/* WinUSBNet library
|
||||
* (C) 2010 Thomas Bleeker (www.madwizard.org)
|
||||
*
|
||||
* Licensed under the MIT license, see license.txt or:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*/
|
||||
|
||||
namespace MadWizard.WinUSBNet.API
|
||||
{
|
||||
internal struct DeviceDetails
|
||||
{
|
||||
public string DevicePath;
|
||||
public string Manufacturer;
|
||||
public string DeviceDescription;
|
||||
public ushort VID;
|
||||
public ushort PID;
|
||||
|
||||
// Heathcliff74
|
||||
public string BusName;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user