System.Bluetooth.TBluetoothGattCharacteristic.FService

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

[Weak] FService: TBluetoothGattService;

C++

TBluetoothGattService* FService;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
field protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattCharacteristic


Beschreibung

Dienst (Service), der das Merkmal bereitstellt.

Sie legen den Dienst eines Merkmals fest, wenn Sie das betreffende Merkmal mit Create oder TBluetoothGattService.CreateCharacteristic erstellen.

Siehe auch