System.Bluetooth.TBluetoothGattCharacteristic.SetValueAsInt16
Delphi
procedure SetValueAsInt16(AValue: Int16; Offset: Integer = 0);
C++
void __fastcall SetValueAsInt16(short AValue, int Offset = 0x0);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattCharacteristic |
説明
キャラクタリスティックの値を、引数で指定された AValue
に設定します。
SetValueAsInt16 には次の 2 つの引数が必要です。
SetValueAsInt16 では、データ型 Int16
で SetValueAs を呼び出します。