System.Bluetooth.TBluetoothDevice.State

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property State: TBluetoothDeviceState read GetState;

C++

__property TBluetoothDeviceState State = {read=GetState, nodefault};

Eigenschaften

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


Beschreibung

Aktueller Status des Remote-Geräts.

Mögliche Werte sind:

Wert Beschreibung

Verbunden

Das Remote-Gerät ist aktuell mit dem Gerät verbunden, das Ihre Anwendung ausführt.

Gekoppelt

Das Remote-Gerät ist mit dem Gerät gekoppelt, das Ihre Anwendung ausführt.

Keine

Das Remote-Gerät befindet sich in keinem von diesen Zuständen.

Plattformunterstützung

Plattform Unterstützte Zustände
Verbunden Gekoppelt Keine

32-Bit-Windows
64-Bit-Windows

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

OS X

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

Android

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

Siehe auch