System.Bluetooth.TBluetoothGattCharacteristic.SetValue

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

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 の設定アクセサです。このキャラクタリスティックの値を更新します。

SetValueValue の設定アクセサ メソッドとして使用されます。AValue パラメータは、更新するキャラクタリスティック値です。想定されている引数は、その値が格納されているバイト配列です。このバイト構造の詳細については、公式サイトのキャラクタリスティックに関するページ(英語版)を参照してください。

SetValue 関数では、DoSetValue を呼び出すことにより、このキャラクタリスティックの格納値を更新します。

関連項目