Companion

object Companion

Properties

Link copied to clipboard

I haven't got my head around that / got time to analyze that, but seems that the logic with the OVERHEAD_SIZE_BYTES (that the maximum payload is the MTU - OVERHEAD_SIZE_BYTES) seems to not be exactly right.

Link copied to clipboard

Number of bytes the TransmissionBatch contains as overhead additionally to the actual payload.

Functions

Link copied to clipboard

Determines whether the given byte array contains acknowledge data of a transmission batch or not. This is done by checking whether the preamble (first byte) matches ACK

Link copied to clipboard