File Information
Library: IoT/Modbus/RTU
Package: RTU
Header: IoT/Modbus/RTU/CRC16.h
Description
Member Summary
Constructors
CRC16
CRC16() = default;
Destructor
~CRC16
~CRC16() = default;
Member Functions
checksum
Poco::UInt16 checksum() const;
Returns the computed checksum.
reset
void reset();
Resets the CRC16 so it can be reused.
update
Poco::UInt16 update(
Poco::UInt8 byte
);
Updates the CRC with an additional byte and returns the updated CRC.