SetVarbitSettingUpdate

Varbit setting updates are used to modify a bit-range of an integer-based setting of this clan.

Constructors

Link copied to clipboard
constructor(setting: Int, value: Int, startBit: Int, endBit: Int)

Properties

Link copied to clipboard
val endBit: Int

the end bit of the bit range ot modify

Link copied to clipboard

the id of the setting to modify, a 30-bit integer.

Link copied to clipboard

the start bit of the bit range to modify

Link copied to clipboard
val value: Int

the new value to assign to the provided bit range.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String