Lines Matching defs:InterfaceDescriptor
12 public struct InterfaceDescriptor struct
15 public byte Length;
17 public byte Type;
19 public byte Number;
21 public byte AlternateSetting;
23 public byte NumberOfEndpoints;
25 public byte Class;
27 public byte Subclass;
29 public byte Protocol;
31 public byte DescriptionStringIndex;
33 public override string ToString() in ToString()