Header menu logo fable-electron-docs-api

Interfaces Type

Constructors

Constructor Description

Interfaces(interfaceNumber, alternate, alternates)

Full Usage: Interfaces(interfaceNumber, alternate, alternates)

Parameters:
    interfaceNumber : int - the interface number of this interface.
    alternate : Alternate - the currently selected alternative configuration of this interface.
    alternates : obj[] - an array containing instances of the USBAlternateInterface interface describing each of the alternative configurations possible for this interface.

Returns: Interfaces
interfaceNumber : int

the interface number of this interface.

alternate : Alternate

the currently selected alternative configuration of this interface.

alternates : obj[]

an array containing instances of the USBAlternateInterface interface describing each of the alternative configurations possible for this interface.

Returns: Interfaces

Instance members

Instance member Description

this.alternate

Full Usage: this.alternate

the currently selected alternative configuration of this interface.

this.alternates

Full Usage: this.alternates

an array containing instances of the USBAlternateInterface interface describing each of the alternative configurations possible for this interface.

this.interfaceNumber

Full Usage: this.interfaceNumber

the interface number of this interface.

Type something to start searching.