USBDeviceControlIn Method |
Name | Description | |
---|---|---|
![]() | ControlIn(Byte, Byte, Int32, Int32) |
Initiates a 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.
|
![]() | ControlIn(Byte, Byte, Int32, Int32, Byte) |
Initiates a control transfer over the default control endpoint. The request should have an IN direction (specified by the highest bit
of the requestType parameter). The length of buffer given by the buffer parameter will dictate
the number of bytes that are transfered and the value of the setup packet's length member.
|
![]() | ControlIn(Byte, Byte, Int32, Int32, Int32) |
Initiates a control transfer over the default control endpoint. The request should have an IN direction (specified by the highest bit
of the requestType parameter). A buffer to receive the data is automatically created by this method.
|
![]() | ControlIn(Byte, Byte, Int32, Int32, Byte, Int32) |
Initiates a control transfer over the default control endpoint. The request should have an IN direction (specified by the highest bit
of the requestType parameter).
|