System.Bluetooth.TBluetoothLEManager.ConnectionState

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ConnectionState: TBluetoothConnectionState read GetConnectionState;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


Description

Etat en cours de l'adaptateur de votre gestionnaire.

Les valeurs possibles sont :

Valeur Description

Connected

L'adaptateur Bluetooth Low Energy du périphérique exécutant votre application est connecté.

Disconnected

L'adaptateur Bluetooth Low Energy du périphérique exécutant votre application n'est pas connecté.

Prise en charge de la plate-forme

Plate-forme Etats supportés
Connected Disconnected

Windows 32 bits
Windows 64 bits

YesC++11Feature.png

OS X

YesC++11Feature.png

IOS

YesC++11Feature.png

Android

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

Voir aussi