Android.Bluetooth.BluetoothGattCharacteristic.GetIntValue Method
Return the stored value of this characteristic.

Syntax

[Android.Runtime.Register("getIntValue", "(II)Ljava/lang/Integer;", "GetGetIntValue_IIHandler")]
public virtual Java.Lang.Integer GetIntValue ([Android.Runtime.GeneratedEnum] GattFormat formatType, int offset)

Parameters

formatType
The format type used to interpret the characteristic value.
offset
Offset at which the integer value can be found.

Returns

Documentation for this section has not yet been entered.

Remarks

Return the stored value of this characteristic.

The formatType parameter determines how the characteristic value is to be interpreted. For example, settting formatType to BluetoothGattCharacteristic.FormatUint16 specifies that the first two bytes of the characteristic value at the given offset are interpreted to generate the return value.

[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