System.Bluetooth.TBluetoothGattServer.DoAddCharacteristic
Delphi
function DoAddCharacteristic(const AService: TBluetoothGattService;
const ACharacteristic: TBluetoothGattCharacteristic): Boolean; virtual; abstract;
C++
virtual bool __fastcall DoAddCharacteristic(TBluetoothGattService* const AService, TBluetoothGattCharacteristic* const ACharacteristic) = 0 ;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattServer |
説明
指定のキャラクタリスティックを指定のサービスに追加し、成功すれば True
を、失敗すれば False
をそれぞれ返します。
- メモ: これは、TBluetoothGattServer のプラットフォーム固有のサブクラスで実装される抽象メソッドです。
プラットフォーム サポート
プラットフォーム | サポート状況 |
---|---|
Windows |
|
OS X |
10.9 以上 |
iOS |
6 以上 |
Android |