System.Bluetooth.TBluetoothGattDescriptor.Kind

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Kind: TBluetoothDescriptorKind read GetDescriptorKind;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor


Beschreibung

Gibt den GATT-Merkmalsdeskriptor zurück, der einer UUID entspricht.

Die Eigenschaft Kind hat den Typ TBluetoothDescriptorKind. TBluetoothDescriptorKind ist die Liste der GATT-Standarddeskriptoren und der Wert Unknown, wenn keine UUID zutrifft: (Unknown, ExtendedProperties, UserDescription, ClientConfiguration, ServerConfiguration, PresentationFormat, AggregateFormat, ValidRange, ExternalReportReference, ReportReference).

GATT-Deskriptor Standardname UUID (die ersten 8 hexadezimalen Ziffern)
Unknown (Keine UUID-Übereinstimmungen)
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

Siehe auch