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 - デバイスがサポートする通信インタフェースのデバイスクラス.deviceIdstring - デバイスの一意な識別子。deviceProtocolInteger - デバイスがサポートする通信インタフェースのデバイスプロトコル.deviceSubclassInteger - デバイスがサポートする通信インタフェースのデバイスサブクラス.deviceVersionMajorInteger - デバイス製造者が定義するデバイスのメジャーバージョン番号。deviceVersionMinorInteger - デバイス製造者が定義するデバイスのマイナーバージョン番号。deviceVersionSubminorInteger - デバイス製造者が定義するデバイスのサブマイナーバージョン番号。manufacturerNamestring (任意) - デバイスの製造者名。productIdInteger - USB 製品 ID。productNamestring (任意) - デバイスの名称。serialNumberstring (任意) - USB デバイスのシリアル番号。usbVersionMajorInteger - デバイスがサポートする USB プロトコルのメジャーバージョン.usbVersionMinorInteger - デバイスがサポートする USB プロトコルのマイナーバージョン.usbVersionSubminorInteger - デバイスがサポートする USB プロトコルのサブマイナーバージョン.vendorIdInteger - USB 製造元 ID。