System.Bluetooth.TBluetoothLEScanFilter.ServiceUUIDMask

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServiceUUIDMask: TBluetoothUUID read FServiceUUIDMask write FServiceUUIDMask;

C++

__property GUID ServiceUUIDMask = {read=FServiceUUIDMask, write=FServiceUUIDMask};

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 ServiceUUID.

ServiceUUIDMask allows to specify which subfields of ServiceUUID are selected in order to filter devices by.

See Also