System.Bluetooth.Components.TBluetoothLE.ConnectionState

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ConnectionState: TBluetoothConnectionState read GetConnectionState;

C++

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

Propriétés

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


Description

L'état en cours de votre adaptateur.

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