Header menu logo fable-electron-docs-api

Configuration Type

Constructors

Constructor Description

Configuration(configurationValue, configurationName, interfaces)

Full Usage: Configuration(configurationValue, configurationName, interfaces)

Parameters:
    configurationValue : 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
configurationValue : 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

this.configurationName

Full Usage: this.configurationName

the name provided by the device to describe this configuration.

this.configurationValue

Full Usage: this.configurationValue

the configuration value of this configuration.

this.interfaces

Full Usage: this.interfaces

An array of USBInterface objects containing information about an interface provided by the USB device.

Type something to start searching.