Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@IvanGaravito IvanGaravito released this 08 Mar 08:52

API provided:

dnp3-crc.check(block)

Checks the two octet CRC at the end of block and returns if it is ok. block is an array.

dnp3-crc.calculate(block)

Calculates the CRC for block and returns it.