System.Bluetooth.TBluetoothGattDescriptor.Kind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Kind: TBluetoothDescriptorKind read GetDescriptorKind;

C++

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

Properties

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

Description

Returns the GATT characteristic descriptor that matches with an UUID.

The Kind property is TBluetoothDescriptorKind type. TBluetoothDescriptorKind is the list with the standard GATT descriptors and the value Unknown if no UUID matches: (Unknown, ExtendedProperties, UserDescription, ClientConfiguration, ServerConfiguration, PresentationFormat, AggregateFormat, ValidRange, ExternalReportReference, ReportReference).

GATT descriptor Standard name UUID (first 8 hexadecimal digits)
Unknown (No UUID matches)
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

See Also