System.Bluetooth.TBluetoothCustomAdapter.Address

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Address: TBluetoothMacAddress read GetAddress;

C++

__property System::UnicodeString Address = {read=GetAddress};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothCustomAdapter

Description

Hardware address of your adapter.

For example: "00:11:22:DD:EE:FF".

See Also