Configuration Type
Constructors
| Constructor |
Description
|
Full Usage:
Configuration(configurationValue, configurationName, interfaces)
Parameters:
int
-
the configuration value of this configuration.
configurationName : string
-
the name provided by the device to describe this configuration.
interfaces : Interfaces[]
-
An array of USBInterface objects containing information about an interface provided by the USB device.
Returns: Configuration
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.configurationName
|
the name provided by the device to describe this configuration. |
Full Usage:
this.configurationValue
|
the configuration value of this configuration. |
Full Usage:
this.interfaces
|
An array of USBInterface objects containing information about an interface provided by the USB device. |
fable-electron-docs-api