Click or drag to resize

USBDeviceBeginControlIn Method

Overload List
  NameDescription
Public methodBeginControlIn(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 IN direction (specified by the highest bit of the requestType parameter). The setup packets' length member will be set to zero.
Public methodBeginControlIn(Byte, Byte, Int32, Int32, Byte, AsyncCallback, Object)
Initiates an asynchronous control transfer over the default control endpoint. The request should have an IN direction (specified by the highest bit of the requestType parameter).
Public methodBeginControlIn(Byte, Byte, Int32, Int32, Byte, Int32, AsyncCallback, Object)
Initiates an asynchronous control transfer over the default control endpoint. The request should have an IN direction (specified by the highest bit of the requestType parameter).
Top
See Also