Header menu logo fable-electron-docs-api

Response Type

Constructors

Constructor Description

Response(confirmed, ?pin)

Full Usage: Response(confirmed, ?pin)

Parameters:
    confirmed : bool - false should be passed in if the dialog is canceled. If the pairingKind is confirm or confirmPin, this value should indicate if the pairing is confirmed. If the pairingKind is providePin the value should be true when a value is provided.
    ?pin : Option<string> - When the pairingKind is providePin this value should be the required pin for the Bluetooth device.

Returns: Response
confirmed : bool

false should be passed in if the dialog is canceled. If the pairingKind is confirm or confirmPin, this value should indicate if the pairing is confirmed. If the pairingKind is providePin the value should be true when a value is provided.

?pin : Option<string>

When the pairingKind is providePin this value should be the required pin for the Bluetooth device.

Returns: Response

Instance members

Instance member Description

this.confirmed

Full Usage: this.confirmed

false should be passed in if the dialog is canceled. If the pairingKind is confirm or confirmPin, this value should indicate if the pairing is confirmed. If the pairingKind is providePin the value should be true when a value is provided.

this.pin

Full Usage: this.pin

When the pairingKind is providePin this value should be the required pin for the Bluetooth device.

Type something to start searching.