System.Bluetooth.TBluetoothGattCharacteristic.SetValue
Delphi
procedure SetValue(const AValue: TBytes);
C++
void __fastcall SetValue(const System::DynamicArray<System::Byte> AValue);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattCharacteristic |
説明
Value の設定アクセサです。このキャラクタリスティックの値を更新します。
SetValue は Value の設定アクセサ メソッドとして使用されます。AValue
パラメータは、更新するキャラクタリスティック値です。想定されている引数は、その値が格納されているバイト配列です。このバイト構造の詳細については、公式サイトのキャラクタリスティックに関するページ(英語版)を参照してください。
SetValue 関数では、DoSetValue を呼び出すことにより、このキャラクタリスティックの格納値を更新します。