- requestType
- request type for this transaction
- request
- request ID for this transaction
- value
- value field for this transaction
- index
- index field for this transaction
- buffer
- buffer for data portion of transaction, or null if no data needs to be sent or received
- offset
- the index of the first byte in the buffer to send or receive
- length
- the length of the data to send or receive
- timeout
- in milliseconds
Documentation for this section has not yet been entered.
Performs a control transaction on endpoint zero for this device. The direction of the transfer is determined by the request type. If requestType & UsbConstants.USB_ENDPOINT_DIR_MASK is UsbConstants.USB_DIR_OUT, then the transfer is a write, and if it is UsbConstants.USB_DIR_IN, then the transfer is a read.