System.Bluetooth.TBluetoothGattServer.DoCreateAdvertiseData
Delphi
function DoCreateAdvertiseData: TBluetoothLEAdvertiseData; virtual; abstract;
C++
virtual TBluetoothLEAdvertiseData* __fastcall DoCreateAdvertiseData(void) = 0 ;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattServer |
説明
- メモ: これは、TBluetoothGattServer のプラットフォーム固有のサブクラスで実装される抽象メソッドです。
実行時プラットフォームに特化した TBluetoothLEAdvertiseData のサブクラスのインスタンスを返します。
例外
| 例外 | メッセージ | シナリオ |
|---|---|---|
| EBluetoothLEAdvertiseDataException | このデバイスでは、ペリフェラル モードをサポートしていません |
|