System.Bluetooth.TBluetoothCustomDevice.GetAddress

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetAddress: TBluetoothMacAddress; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetAddress() = 0 ;

Eigenschaften

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


Beschreibung

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

Getter von Address.

Siehe auch