64 bool isValid(
const uint8_t* block);
Declares and defines structs into which SBF blocks are unpacked then shipped to handler functions...
uint16_t compute16CCITT(const uint8_t *buf, size_t buf_length)
This function computes the CRC-8-CCITT (Cyclic Redundancy Check) of a buffer "buf" of "buf_length" by...
bool isValid(const uint8_t *block)
Validates whether the calculated CRC of the SBF block at hand matches the CRC field of the streamed S...