System.Bluetooth.Components.TBluetooth.State

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function State(const ADevice: TBluetoothDevice): TBluetoothDeviceState;

C++

System::Bluetooth::TBluetoothDeviceState __fastcall State(System::Bluetooth::TBluetoothDevice* const ADevice);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth


Beschreibung

Gibt den Status des ADevice-Geräts zurück.

Dieser Status kann None, Paired oder Connected sein.

Siehe auch