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 ;
Inhaltsverzeichnis
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattServer |
Beschreibung
Fügt das angegebene Merkmal dem angegebenen Dienst hinzu und gibt bei Erfolg True, ansonsten False zurück.
- Hinweis: Dies ist eine abstrakte Methode, die plattformspezifische Implementierungen von TBluetoothGattServer beschreiben.
Plattformunterstützung
| Plattform | Unterstützt |
|---|---|
|
Windows |
|
|
OS X |
10.9+ |
|
iOS |
6+ |
|
Android |