System.Bluetooth.TBluetoothLEManager.GetConnectionState

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetConnectionState: TBluetoothConnectionState; virtual; abstract;

C++

virtual TBluetoothConnectionState __fastcall GetConnectionState() = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


Beschreibung

Hinweis: Dies ist eine abstrakte Methode, die plattformspezifische Unterklassen von TBluetoothLEManager implementieren.

Getter-Methode von ConnectionState.

Siehe auch