UsbSetupPacket.Request Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the bRequest field in the setup packet of the USB control transfer.
public:
property byte Request { byte get(); void set(byte value); };
byte Request();
void Request(byte value);
public byte Request { get; set; }
var byte = usbSetupPacket.request;
usbSetupPacket.request = byte;
Public Property Request As Byte
Property Value
Byte
byte
The bRequest field in the setup packet. For an explanation of this field, see section 9.3.2 of the Universal Serial Bus (USB) specification.