Modbus cpp 0.1
Loading...
Searching...
No Matches
Functions
MB::CRC Namespace Reference

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.
 

Detailed Description

This namespace contains functions used for CRC calculation.