System.Bluetooth.Components.TBluetoothLE.ConnectionState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectionState: TBluetoothConnectionState read GetConnectionState;

C++

__property System::Bluetooth::TBluetoothConnectionState ConnectionState = {read=GetConnectionState, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

The current state of your adapter.

Possible values are:

Value Description

Connected

The Bluetooth Low Energy adapter of the device that is running your application is connected.

Disconnected

The Bluetooth Low Energy adapter of the device that is running your application is not connected.

Platform Support

Platform Supported States
Connected Disconnected

32-bit Windows
64-bit Windows

YesC++11Feature.png

OS X

YesC++11Feature.png

iOS

YesC++11Feature.png

Android

YesC++11Feature.png
YesC++11Feature.png

See Also