MCPcopy Create free account
hub / github.com/UtilitechAS/amsreader-firmware / getCrc

Method getCrc

lib/AmsDecoder/src/DsmrParser.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87uint16_t DSMRParser::getCrc() {
88 return crc;
89}
90uint16_t DSMRParser::getCrcCalc() {
91 return crc_calc;
92}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected