Lines Matching defs:DeviceDescriptor
12 public struct DeviceDescriptor struct
15 public byte[] Path;
17 public byte[] BusId;
19 public uint BusNumber;
21 public uint DeviceNumber;
23 public uint Speed;
25 public ushort IdVendor;
27 public ushort IdProduct;
29 public ushort BcdDevice;
31 public byte DeviceClass;
33 public byte DeviceSubClass;
35 public byte DeviceProtocol;
37 public byte ConfigurationValue;
39 public byte NumberOfConfigurations;
41 public byte NumberOfInterfaces;
43 public override string ToString() in ToString()