System.Bluetooth.TBluetoothConnectionState
Delphi
TBluetoothConnectionState = (Disconnected, Connected);
C++
enum class DECLSPEC_DENUM TBluetoothConnectionState : unsigned char { Disconnected, Connected };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | System.Bluetooth |
Description
Current state of an adapter.
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. |