Click or drag to resize

USBDeviceControlIn Method

Overload List
  NameDescription
Public methodControlIn(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.
Public methodControlIn(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.
Public methodControlIn(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.
Public methodControlIn(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).
Top
See Also