setByte

fun setByte(value: Int, @IntRange(from = 0) offset: Int): Boolean

Updates the byte at offset position.

Return

true if the locally stored value has been set, false if the requested value could not be stored locally.

Parameters

value

Byte to set

offset

The offset