System.Bluetooth.TBluetoothGattServer.DoAddService
Delphi
function DoAddService(const AService: TBluetoothGattService): Boolean; virtual; abstract;
C++
virtual bool __fastcall DoAddService(TBluetoothGattService* const AService) = 0 ;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattServer |
説明
お使いの GATT サーバーに指定されたサービスを追加します。
- メモ: これは、TBluetoothGattServer のプラットフォーム固有のサブクラスで実装される抽象メソッドです。