System.Bluetooth.TBluetoothGattCharacteristic.FService

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

[Weak] FService: TBluetoothGattService;

C++

TBluetoothGattService* FService;

Propriétés

Type Visibilité  Source Unité  Parent
field protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattCharacteristic


Description

Service qui fournit la caractéristique.

Vous définissez le service d'une caractéristique lorsque vous créez cette caractéristique, en utilisant Create ou TBluetoothGattService.CreateCharacteristic.

Voir aussi