System.Bluetooth.TBluetoothGattServer.AddCharacteristic

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function AddCharacteristic(const AService: TBluetoothGattService;
const ACharacteristic: TBluetoothGattCharacteristic): Boolean;

C++

bool __fastcall AddCharacteristic(TBluetoothGattService* const AService, TBluetoothGattCharacteristic* const ACharacteristic);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer


Beschreibung

Fügt dem angegebenen Dienst das angegebene Merkmal hinzu und gibt bei Erfolg True zurück; andernfalls wird False zurückgegeben.

Plattformunterstützung

Plattform Unterstützt

Windows

OS X

10,9+

iOS

6+

Android

Siehe auch