System.Bluetooth.TBluetoothGattDescriptor.Kind

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Kind: TBluetoothDescriptorKind read GetDescriptorKind;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor


説明

UUID が一致する GATT キャラクタリスティック ディスクリプタを返します。

Kind プロパティは TBluetoothDescriptorKind 型です。TBluetoothDescriptorKind は、標準の GATT ディスクリプタと値 Unknown(UUID が一致しない場合)で構成されるリスト (Unknown, ExtendedProperties, UserDescription, ClientConfiguration, ServerConfiguration, PresentationFormat, AggregateFormat, ValidRange, ExternalReportReference, ReportReference) です。

GATT ディスクリプタ 標準名 UUID(先頭の 8 桁の 16 進数)
Unknown(UUID が一致しない場合)
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

関連項目