System.Bluetooth.Components.TBluetoothLE.ConnectionState
Delphi
property ConnectionState: TBluetoothConnectionState read GetConnectionState;
C++
__property System::Bluetooth::TBluetoothConnectionState ConnectionState = {read=GetConnectionState, nodefault};
Inhaltsverzeichnis
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| property | public | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp | System.Bluetooth.Components | TBluetoothLE | 
Beschreibung
Der aktuelle Status Ihres Adapters.
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
 |  | |
| Mac OS X |  | |
| iOS |  | |
| Android |  |  |