Modbus cpp 0.1
|
This namespace contains functions used for CRC calculation. More...
Functions | |
uint16_t | calculateCRC (const uint8_t *buff, std::size_t len) |
Calculates CRC based on the input buffer - C style. | |
uint16_t | calculateCRC (const std::vector< uint8_t > &buffer) |
Calculate CRC based on the input vector of bytes. | |
This namespace contains functions used for CRC calculation.