UsbSetupPacket.Request Property

Definition

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.

Applies to