System.Bluetooth.TBluetoothConnectionState

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also