Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 694 Bytes

usbsetuppacket_usbsetuppacket_1985205386.md

File metadata and controls

23 lines (16 loc) · 694 Bytes
-api-id -api-type
M:Windows.Devices.Usb.UsbSetupPacket.#ctor(Windows.Storage.Streams.IBuffer)
winrt method

Windows.Devices.Usb.UsbSetupPacket.UsbSetupPacket

-description

Creates a UsbSetupPacket object from a formatted buffer (eight bytes) that contains the setup packet.

-parameters

-param eightByteBuffer

A caller-supplied buffer that contains the setup packet formatted as per the standard USB specification. The length of the buffer must be eight bytes because that is the size of a setup packet on the bus.

-remarks

-examples

-see-also