USBDeviceBeginControlIn Method |
Name | Description | |
---|---|---|
BeginControlIn(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. | |
BeginControlIn(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). | |
BeginControlIn(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). |