feedBytes

fun feedBytes(bytes: ByteArray): List<FromRadio>(source)

Feed a byte array, yielding all complete frames.

Return

a list of decoded FromRadio messages

Parameters

bytes

the raw bytes to process