Objet USBDevice
configurationObject (optional) - A USBConfiguration object containing information about the currently selected configuration of a USB device.configurationValueInteger - the configuration value of this configuration.configurationNamestring - the name provided by the device to describe this configuration.interfacesObject[] - An array of USBInterface objects containing information about an interface provided by the USB device.interfaceNumberInteger - the interface number of this interface.alternateObject - the currently selected alternative configuration of this interface.alternateSettingInteger - the alternate setting number of this interface.interfaceClassInteger - the class of this interface. See USB.org for class code descriptions.interfaceSubclassInteger - the subclass of this interface.interfaceProtocolInteger - the protocol supported by this interface.interfaceNamestring (optional) - the name of the interface, if one is provided by the device.endpointsObject[] - an array containing instances of the USBEndpoint interface describing each of the endpoints that are part of this interface.endpointNumberInteger - this endpoint's "endpoint number" which is a value from 1 to 15.directionstring - the direction in which this endpoint transfers data - can be either 'in' or 'out'.typestring - the type of this endpoint - can be either 'bulk', 'interrupt', or 'isochronous'.packetSizeInteger - the size of the packets that data sent through this endpoint will be divided into.
alternatesObject[] - an array containing instances of the USBAlternateInterface interface describing each of the alternative configurations possible for this interface.
configurationsObject[] - An array of USBConfiguration interfaces for controlling a paired USB device.deviceClassInteger - La classe du périphérique pour l'interface de communication prise en charge.deviceIdstring - Identifiant unique pour le périphérique.deviceProtocolInteger - Protocole de périphérique pour l'interface de communication pris en charge.deviceSubclassInteger - Sous-classe de périphérique pour l’interface de communication prise en charge par le périphérique.deviceVersionMajorInteger - Numéro de version majeure du périphérique tel que défini par son fabricant.deviceVersionMinorInteger -Numéro de version mineure du périphérique tel que défini par son fabricant.deviceVersionSubminorInteger - Numéro de version submineure du péruiphérique tel que défini par son fabricant.manufacturerNamestring (facultatif) - Le nom du fabricant du périphérique.productIdIdentifiant du périphérique.productNamestring (facultatif) - Nom du périphérique.serialNumberstring (optionnel) - Le numéro de série du périphérique.usbVersionMajorInteger - Version majeure du protocole USB prise en charge par le périphérique.usbVersionMinorInteger - The USB protocol minor version supported by the device.usbVersionSubminorInteger - Version submineure du protocole USB prise en charge par le périphérique.vendorIdInteger - Identifiant du vendeur du périphérique.