System.Bluetooth.TBluetoothLEScanFilter.ServiceDataMask

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServiceDataMask: TBytes read FServiceDataMask write SetServiceDataMask;

C++

__property System::DynamicArray<System::Byte> ServiceDataMask = {read=FServiceDataMask, write=SetServiceDataMask};

Properties

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

Description

Represents a mask to select specific bytes from ServiceData.

ServiceDataMask allows to specify which subfields of ServiceData are selected in order to filter devices by.

See Also