System.Bluetooth.TBluetoothGattDescriptor

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

System.TObjectTBluetoothGattDescriptor

Delphi

TBluetoothGattDescriptor = class

C++

class PASCALIMPLEMENTATION TBluetoothGattDescriptor : public System::TObject

プロパティ

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


説明

GATT キャラクタリスティック ディスクリプタは、キャラクタリスティックに関する情報を提供します。

キャラクタリスティックには、一連のディスクリプタが用意されています。各ディスクリプタは次のデータを提供します。

  • ディスクリプタを識別する UUID
  • ディスクリプタの、人間にとって判読可能な名前 UUIDName
  • このディスクリプタの生のバイナリ内容 Value(このディスクリプタを提供するキャラクタリスティックに関する情報が含まれています)。標準ディスクリプタのバイナリ データの形式については、公式サイトのディスクリプタに関するページ(英語版)を参照してください。

TBluetoothGattDescriptor クラスには、一部の標準ディスクリプタの内容にアクセスするのに使用できるヘルパ プロパティもいくつか用意されています。ただし、ディスクリプタが指定されたとき、そのディスクリプタの種類(Kind)に応じて、それらのプロパティの一部にのみアクセスできます。

種類

使用可能なプロパティ

ExtendedProperties

UserDescription

ClientConfiguration

ServerConfiguration

PresentationFormat

関連項目