System.Bluetooth.TBluetoothGattServer.DoAddCharacteristic

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DoAddCharacteristic(const AService: TBluetoothGattService;  const ACharacteristic: TBluetoothGattCharacteristic): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoAddCharacteristic(TBluetoothGattService* const AService, TBluetoothGattCharacteristic* const ACharacteristic) = 0 ;

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

Siehe auch