Android.Bluetooth.BluetoothDevice.Error Field
Sentinel error value for this class.

Value: -2147483648

Syntax

[Android.Runtime.Register("ERROR")]
public const int Error

Remarks

Sentinel error value for this class. Guaranteed to not equal any other integer constant in this class. Provided as a convenience for functions that require a sentinel error value, for example:

Intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothDevice.ERROR)

[Android Documentation]

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5