encodeBitmaskValue

fun MavDataEncoder.encodeBitmaskValue(value: UInt, dataSize: Int)

Encodes the given UInt MAVLink bitmask value into a ByteArray of size dataSize, writes it to the array's current position, and then increments the position.