System.Bluetooth.TBluetoothDevice.State
Delphi
property State: TBluetoothDeviceState read GetState;
C++
__property TBluetoothDeviceState State = {read=GetState, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothDevice |
Description
Current state of the remote device.
Possible values are:
| Value | Description |
|---|---|
|
Connected |
The remote device is currently connected to the device that is running your application. |
|
Paired |
The remote device is paired with the device that is running your application. |
|
None |
The remote device is in neither of the states above. |
Platform Support
| Platform | Supported States | ||
|---|---|---|---|
| Connected | Paired | None | |
|
32-bit Windows |
|
|
|
|
OS X |
|
|
|
|
Android |
|
| |