Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 849 Bytes

usbcontrolrequesttype_recipient.md

File metadata and controls

23 lines (16 loc) · 849 Bytes
-api-id -api-type
P:Windows.Devices.Usb.UsbControlRequestType.Recipient
winrt property

Windows.Devices.Usb.UsbControlRequestType.Recipient

-description

Gets or sets the recipient of the USB control transfer.

-property-value

The recipient of the USB control transfer.

-remarks

If the recipient is the first interface of the active configuration (DefaultInterface), SendControlInTransferAsync and SendControlOutTransferAsync methods overwrite the low byte of UsbSetupPacket.Index with the interface number of the default interface.

-examples

-see-also