System.Bluetooth.TBluetoothGattCharacteristic

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

System.TObjectTBluetoothGattCharacteristic

Delphi

TBluetoothGattCharacteristic = class

C++

class PASCALIMPLEMENTATION TBluetoothGattCharacteristic : public System::TObject

プロパティ

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


説明

Bluetooth GATT キャラクタリスティックを表します。

GATT キャラクタリスティックは、GATT サービスである TBluetoothGattService の作成に使用される基本データ要素です。キャラクタリスティックには、値のほか、追加情報とオプションの GATT ディスクリプタ TBluetoothGattDescriptor が含まれています。

標準キャラクタリスティックの詳細については、公式サイトのキャラクタリスティックに関するページ(英語版)を参照してください。

関連項目