System.Bluetooth.TBluetoothGattCharacteristic.Value

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

Delphi

property Value: TBytes read GetValue write SetValue;

C++

__property System::DynamicArray<System::Byte> Value = {read=GetValue, write=SetValue};

プロパティ

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


説明

このキャラクタリスティックに格納された値を返すか、新しい値を定義します。

キャラクタリスティックの値はバイトの配列です。バイトが何を表すかの詳細は、公式サイトの標準 BluetoothLE キャラクタリスティックのページを参照してください。

キャラクタリスティックのディスクリプタの中には、種類表現形式ディスクリプタが含まれる可能性があり、次のようなキャラクタリスティックの値に関する主要情報のプロパティが提供されます。

  • その値で使用される形式やデータ構造。
  • 実際の値を取得するために値に適用しなければならない指数
  • 値の単位

関連項目