Click or drag to resize

USBDeviceControlOut Method

Overload List
  NameDescription
Public methodControlOut(Byte, Byte, Int32, Int32)
Initiates a control transfer without a data stage over the default control endpoint. The request should have an OUT direction (specified by the highest bit of the requestType parameter. The setup packets' length member will be set to zero.
Public methodControlOut(Byte, Byte, Int32, Int32, Byte)
Initiates a control transfer over the default control endpoint. The request should have an OUT direction (specified by the highest bit of the requestType parameter).
Public methodControlOut(Byte, Byte, Int32, Int32, Byte, Int32)
Initiates a control transfer over the default control endpoint. The request should have an OUT direction (specified by the highest bit of the requestType parameter).
Top
See Also