Lines Matching defs:DeviceDescriptor
13 public struct DeviceDescriptor struct
16 public byte Length;
18 public byte Type;
20 public ushort ProtocolVersion;
22 public byte Class;
24 public byte Subclass;
26 public byte Protocol;
28 public byte MaximumPacketSize;
30 public ushort VendorId;
32 public ushort ProductId;
34 public ushort DeviceReleaseNumber;
36 public byte ManufacturerNameIndex;
38 public byte ProductNameIndex;
40 public byte SerialNumberIndex;
42 public byte NumberOfConfigurations;
44 public override string ToString() in ToString()