Searched defs:SetupPacket (Results 1 – 2 of 2) sorted by relevance
12 public struct SetupPacket struct15 public PacketRecipient Recipient;17 public PacketType Type;19 public Direction Direction;21 public byte Request;23 public ushort Value;25 public ushort Index;27 public ushort Count;29 public override string ToString() in ToString()34 private string DecodeRequest() in DecodeRequest()
32 …Action<SetupPacket, byte[], Action<byte[]>> customSetupPacketHandler = null) : base(18, (byte)Desc… in USBDeviceCore()