Response Type
Constructors
| Constructor |
Description
|
Full Usage:
Response(confirmed, ?pin)
Parameters:
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
|
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. |
Full Usage:
this.pin
|
When the pairingKind is providePin this value should be the required pin for the Bluetooth device. |
fable-electron-docs-api