Classes | Brief description |
![]() |
Generic USB SETUP request sent over Control endpoints. |
Methods | |
![]() |
Returns the direction of the data transfer following the given request. |
![]() |
Returns the endpoint number targetted by a given request. |
![]() |
Returns the wIndex field of the given request. |
![]() |
Returns the expected length of the data phase following a request. |
![]() |
Returns the intended recipient of a given request. |
![]() |
Returns the request code of the given request. |
![]() |
Returns the type of the given request. |
![]() |
Returns the wValue field of the given request. |
Defines | |
![]() |
Request is class-specific. |
![]() |
CLEAR_FEATURE request code. |
![]() |
Recipient is the whole device. |
![]() |
Recipient is an endpoint. |
![]() |
GET_CONFIGURATION request code. |
![]() |
GET_DESCRIPTOR request code. |
![]() |
GET_INTERFACE request code. |
![]() |
GET_STATUS request code. |
![]() |
Transfer occurs from the host to the device. |
![]() |
Recipient is an interface. |
![]() |
Recipient is another entity. |
![]() |
Transfer occurs from device to the host. |
![]() |
SET_ADDRESS request code. |
![]() |
SET_CONFIGURATION request code. |
![]() |
SET_DESCRIPTOR request code. |
![]() |
SET_FEATURE request code. |
![]() |
SET_INTERFACE request code. |
![]() |
Request is standard. |
![]() |
SYNCH_FRAME request code. |
![]() |
Request is vendor-specific. |