USBDeviceControlOut Method |
Name | Description | |
---|---|---|
ControlOut(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.
| |
ControlOut(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).
| |
ControlOut(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).
|