System.Bluetooth.TBluetoothCustomDevice.Address

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Address: TBluetoothMacAddress read GetAddress;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothCustomDevice


説明

リモート デバイスのハードウェア アドレスです。

たとえば、"00:11:22:DD:EE:FF" などです。

関連項目