Searched defs:URBHeader (Results 1 – 1 of 1) sorted by relevance
12 public struct URBHeader struct15 public URBCommand Command;17 public uint SequenceNumber;19 public ushort BusId; // in the documentation those two fields are called 'DeviceId'21 public ushort DeviceId;23 public URBDirection Direction;25 public uint EndpointNumber;27 public uint FlagsOrStatus;29 public override string ToString() in ToString()