DNP

object DNP : CRC

Properties

Link copied to clipboard
open override val byteWidth: Int

Number of bytes used to calculate the CRC

Link copied to clipboard
open override val width: Int

Number of bits used to calculate the CRC

Functions

Link copied to clipboard
open override fun compute(data: ByteArray): ULong

Computes the CRC of the given data.