System.Bluetooth.TBluetoothLEScanFilter.ServiceData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServiceData: TServiceDataRawData read FServiceData write SetServiceData;

C++

__property TServiceDataRawData ServiceData = {read=FServiceData, write=SetServiceData};

Properties

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

Description

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

You can use a mask in order to filter by specific subfields of ServiceData.

See Also