Click or drag to resize

USBDeviceBeginControlOut Method

Overload List
  NameDescription
Public methodBeginControlOut(Byte, Byte, Int32, Int32, AsyncCallback, Object)
Initiates an asynchronous 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 methodBeginControlOut(Byte, Byte, Int32, Int32, Byte, AsyncCallback, Object)
Initiates an asynchronous control transfer over the default control endpoint. The request should have an OUT direction (specified by the highest bit of the requestType parameter).
Public methodBeginControlOut(Byte, Byte, Int32, Int32, Byte, Int32, AsyncCallback, Object)
Initiates an asynchronous 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