encodeEnumValue

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

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