BLUETOOTH_IO_CAPABILITY class Null safety Enum
The BLUETOOTH_IO_CAPABILITY enumeration defines the input/output capabilities of a Bluetooth Device.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- BLUETOOTH_IO_CAPABILITY_DISPLAYONLY → const int
-
0
- BLUETOOTH_IO_CAPABILITY_DISPLAYYESNO → const int
-
1
- BLUETOOTH_IO_CAPABILITY_KEYBOARDONLY → const int
-
2
- BLUETOOTH_IO_CAPABILITY_NOINPUTNOOUTPUT → const int
-
3
- BLUETOOTH_IO_CAPABILITY_UNDEFINED → const int
-
4