BluetoothGattCharacteristic.GetStringValue(Int32) Method

Definition

Return the stored value of this characteristic.

[Android.Runtime.Register("getStringValue", "(I)Ljava/lang/String;", "GetGetStringValue_IHandler")]
public virtual string? GetStringValue (int offset);
[<Android.Runtime.Register("getStringValue", "(I)Ljava/lang/String;", "GetGetStringValue_IHandler")>]
abstract member GetStringValue : int -> string
override this.GetStringValue : int -> string

Parameters

offset
Int32

Offset at which the string value can be found.

Returns

Cached value of the characteristic

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothGattCharacteristic.getStringValue(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to