struct ModbusRtuCrc { // fields uint16_t m_crc; // methods void updateCrc(); uint16_t calcCrc() const; };