Skip to content

Releases: IvanGaravito/dnp3-crc

Release list

v1.0.0

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.