System.Bluetooth.TBluetoothDescriptorKind

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TBluetoothDescriptorKind = (Unknown, ExtendedProperties, UserDescription, ClientConfiguration, ServerConfiguration,
PresentationFormat, AggregateFormat, ValidRange, ExternalReportReference, ReportReference, //);

C++

enum class DECLSPEC_DENUM TBluetoothDescriptorKind : unsigned char { Unknown, ExtendedProperties, UserDescription, ClientConfiguration, ServerConfiguration, PresentationFormat, AggregateFormat, ValidRange, ExternalReportReference, ReportReference, EnvironmentalSensingConfiguration, EnvironmentalSensingMeasurement, EnvironmentalSensingTriggerSetting };

Propriétés

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


Description

La liste des descripteurs standard et la valeur Unkown.

TBluetoothDescriptorKind est une liste des descripteurs possibles correspondant aux 8 premiers chiffres hexadécimaux de l'UUID du descripteur.

La valeur UnKnown est incluse si aucune valeur ne correspond à l'UUID.

La propriété Kind est de type TBluetoothDescriptorKind.

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