Android.Bluetooth.BluetoothGattCharacteristic.SetValue Method
Set the locally stored value of this characteristic.

Syntax

[Android.Runtime.Register("setValue", "(III)Z", "GetSetValue_IIIHandler")]
public virtual bool SetValue (int value, [Android.Runtime.GeneratedEnum] GattFormat formatType, int offset)

Parameters

value
New value for this characteristic
formatType
Integer format type used to transform the value parameter
offset
Offset at which the value should be placed

Returns

Documentation for this section has not yet been entered.

Remarks

Set the locally stored value of this characteristic.

See BluetoothGattCharacteristic.SetValue(Byte[]) for details.

[Android Documentation]

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18