System.Bluetooth.TBluetoothLEDevice.DoCreateAdvertiseData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoCreateAdvertiseData: TBluetoothLEAdvertiseData; virtual; abstract;

C++

virtual TBluetoothLEAdvertiseData* __fastcall DoCreateAdvertiseData() = 0 ;

Properties

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

Description

Note: This is an abstract method that platform-specific subclasses of TBluetoothLEDevice implement.

Returns an instance of a platform-specific subclass of TBluetoothLEAdvertiseData for the run-time platform.

See Also