System.Bluetooth.TBluetoothManager.ConnectionState
Delphi
property ConnectionState: TBluetoothConnectionState read GetConnectionState;
C++
__property TBluetoothConnectionState ConnectionState = {read=GetConnectionState, nodefault};
Inhaltsverzeichnis
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothManager |
Beschreibung
Aktueller Zustand des Adapters Ihres Managers.
Mögliche Werte sind:
Wert | Beschreibung |
---|---|
Verbunden |
Der Classic-Bluetooth-Adapter des Geräts, das Ihre Anwendung ausführt, ist verbunden. |
Getrennt |
Der Classic-Bluetooth-Adapter des Geräts, das Ihre Anwendung ausführt, ist nicht verbunden. |
Plattformunterstützung
Plattform | Unterstützte Zustände | |
---|---|---|
Verbunden | Getrennt | |
32-Bit-Windows |
|
|
OS X |
|
|
Android |
|