System.Bluetooth.TBluetoothLEManager.ConnectionState

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ConnectionState: TBluetoothConnectionState read GetConnectionState;

C++

__property TBluetoothConnectionState ConnectionState = {read=GetConnectionState, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


Beschreibung

Aktueller Status des Adapters Ihres Managers.

Mögliche Werte:

Wert Beschreibung

Connected

Der Bluetooth Low Energy-Adapter auf dem Gerät mit Ihrer Anwendung ist verbunden.

Disconnected

Der Bluetooth Low Energy-Adapter auf dem Gerät mit Ihrer Anwendung ist nicht verbunden.

Plattformunterstützung

Plattform Unterstützte Status
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

Siehe auch