System.Bluetooth.TBluetoothDevice.GetState

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetState: TBluetoothDeviceState; virtual; abstract;

C++

virtual TBluetoothDeviceState __fastcall GetState() = 0 ;

Eigenschaften

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


Beschreibung

Hinweis: Dies ist eine abstrakte Methode, die von plattformspezifischen Unterklassen von TBluetoothDevice implementiert wird.

Getter von State.

Siehe auch