System.Bluetooth.TBluetoothGattDescriptor.Kind

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Kind: TBluetoothDescriptorKind read GetDescriptorKind;

C++

__property TBluetoothDescriptorKind Kind = {read=GetDescriptorKind, nodefault};

Propriétés

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


Description

Renvoie le descripteur de la caractéristique GATT correspondante avec un UUID.

La propriété Kind est de type TBluetoothDescriptorKind. TBluetoothDescriptorKind est la liste des descripteurs GATT standard et la valeur Unknown si aucun UUID ne correspond : (Unknown, ExtendedProperties, UserDescription, ClientConfiguration, ServerConfiguration, PresentationFormat, AggregateFormat, ValidRange, ExternalReportReference, ReportReference).

Descripteur GATT Nom standard UUID (8 premiers chiffres hexadécimaux)
Unknown (aucun UUID ne correspond)
ExtendedProperties Characteristic Extended Properties $2900
UserDescription Characteristic User Description $2901
ClientConfiguration Client Characteristic Configuration $2902
ServerConfiguration Server Characteristic Configuration $2903
PresentationFormat Characteristic Format $2904
AggregateFormat Characteristic Aggregate Format $2905
ValidRange Valid Range $2906
ExternalReportReference External Report Reference $2907
ReportReference Report Reference $2908

Voir aussi