System.Bluetooth.TBluetoothLEDevice.DoCreateAdvertiseData

提供:RAD Studio API Documentation

Delphi

function DoCreateAdvertiseData: TBluetoothLEAdvertiseData; virtual; abstract;

C++

virtual TBluetoothLEAdvertiseData* __fastcall DoCreateAdvertiseData() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice


説明

メモ: これは、TBluetoothLEDevice のプラットフォーム固有のサブクラスで実装される抽象メソッドです。

実行時プラットフォームに特化した TBluetoothLEAdvertiseData のサブクラスのインスタンスを返します。

関連項目