System.Bluetooth.TBluetoothLEScanFilter.DeviceAddress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DeviceAddress: string read FDeviceAddress write FDeviceAddress;

C++

__property System::UnicodeString DeviceAddress = {read=FDeviceAddress, write=FDeviceAddress};

Properties

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

Description

Represents the identifier of the BLE device to be used as a filter.

See Also