System.Bluetooth.TBluetoothLEScanFilter.SetManufacturerSpecificData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetManufacturerSpecificData(const AManufacturerSpecificData: TBytes);

C++

void __fastcall SetManufacturerSpecificData(const System::DynamicArray<System::Byte> AManufacturerSpecificData);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEScanFilter

Description

Setter method for the ManufacturerSpecificData property.

See Also