System.Bluetooth.TBluetoothManager.ConnectionState
Delphi
property ConnectionState: TBluetoothConnectionState read GetConnectionState;
C++
__property TBluetoothConnectionState ConnectionState = {read=GetConnectionState, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothManager |
Description
Current state of the adapter of your manager.
Possible values are:
Value | Description |
---|---|
Connected |
The Classic Bluetooth adapter of the device that is running your application is connected. |
Disconnected |
The Classic Bluetooth adapter of the device that is running your application is not connected. |
Platform Support
Platform | Supported States | |
---|---|---|
Connected | Disconnected | |
32-bit Windows |
|
|
OS X |
|
|
Android |
|