Searched defs:expectedCRC (Results 1 – 4 of 4) sorted by relevance
87 explicit ModbusCRCException(uint16_t expectedCRC, uint16_t crc) : in ModbusCRCException()
75 uint16_t expectedCRC = generateCRC(); in validate() local
22 static unsigned short expectedCRC; variable
445 auto expectedCRC = (configuration->crcUser << 16) | configuration->crcMulti; in checkMTPCRC() local