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

Syntax

[Android.Runtime.Register("setValue", "(IIII)Z", "GetSetValue_IIIIHandler")]
public virtual bool SetValue (int mantissa, int exponent, [Android.Runtime.GeneratedEnum] GattFormat formatType, int offset)

Parameters

mantissa
Mantissa for this characteristic
exponent
exponent value for this characteristic
formatType
Float 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