System.Bluetooth.TBluetoothGattCharacteristic

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.TObjectTBluetoothGattCharacteristic

Delphi

TBluetoothGattCharacteristic = class

C++

class PASCALIMPLEMENTATION TBluetoothGattCharacteristic : public System::TObject

Propriétés

Type Visibilité  Source Unité  Parent
class public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth


Description

Représente une caractéristique Bluetooth GATT.

Une caractéristique GATT est un élément de donnée de base utilisé pour construire un service GATT, TBluetoothGattService. La caractéristique contient une valeur ainsi que des informations supplémentaires et des descripteurs GATT facultatifs, TBluetoothGattDescriptor.

Visitez le site officiel pour plus d'informations sur les caractéristiques standard : Caractéristiques standard.

Voir aussi