| Class | Description |
|---|---|
| USB |
The USB interface of the WebUSB API provides attributes and methods for finding and connecting USB devices from a web page.
|
| USBAlternateInterface |
The USBAlternateInterface interface of the WebUSB API provides information about a particular configuration of an interface provided by the USB device.
|
| USBConfiguration |
The USBConfiguration interface of the WebUSB API provides information about a particular configuration of a USB device and the interfaces that it supports.
|
| USBConnectionEvent |
The USBConnectionEvent interface of the WebUSB API is the event type passed to USB.onconnect and USB.ondisconnect when the user agent detects that a new USB device has been connected or disconnected.
|
| USBDevice |
The USBDevice interface of the WebUSB API provides access to metadata about a paired USB device and methods for controlling it.
|
| USBDirection.Util | |
| USBEndpoint |
The USBEndpoint interface of the WebUSB API provides information about an endpoint provided by the USB device.
|
| USBEndpointType.Util | |
| USBInterface |
The USBInterface interface of the WebUSB API provides information about an interface provided by the USB device.
|
| USBInTransferResult |
The USBInTransferResult interface of the WebUSB API provides the result from a call to the transferIn() and controlTransferIn() methods of the USBDevice interface.
|
| USBIsochronousInTransferPacket |
The USBIsochronousInTransferPacket interface of the WebUSB API is part of the response from a call to the isochronousTransferIn() method of the USBDevice interface.
|
| USBIsochronousInTransferResult |
The USBIsochronousInTransferResult interface of the WebUSB API provides the result from a call to the isochronousTransferIn() method of the USBDevice interface.
|
| USBIsochronousOutTransferPacket |
The USBIsochronousOutTransferPacket interface of the WebUSB API is part of the response from a call to the isochronousTransferOut() method of the USBDevice interface.
|
| USBIsochronousOutTransferResult |
The USBIsochronousOutTransferResult interface of the WebUSB API provides the result from a call to the isochronousTransferOut() method of the USBDevice interface.
|
| USBOutTransferResult |
The USBOutTransferResult interface of the WebUSB API provides the result from a call to the transferOut() and controlTransferOut() methods of the USBDevice interface.
|
| USBPermissionResult | |
| USBRecipient.Util | |
| USBRequestType.Util | |
| USBTransferStatus.Util |
| Annotation Type | Description |
|---|---|
| USBDirection | |
| USBEndpointType | |
| USBRecipient | |
| USBRequestType | |
| USBTransferStatus |