System.Bluetooth.TBluetoothGattCharacteristic
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 が含まれています。
標準キャラクタリスティックの詳細については、公式サイトのキャラクタリスティックに関するページ(英語版)を参照してください。