System.Bluetooth.TBluetoothLEScanFilter.LocalName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LocalName: string read FLocalName write FLocalName;

C++

__property System::UnicodeString LocalName = {read=FLocalName, write=FLocalName};

Properties

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

Description

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

See Also