mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-16 20:30:12 +10:00
Initial commit - WPinternals 2.6
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
/* 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
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
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