CRC24

object CRC24 : CRC

Types

Link copied to clipboard
object BLE : CRC
Link copied to clipboard
object Flexray
Link copied to clipboard
object Interlaken : CRC
Link copied to clipboard
object LTE
Link copied to clipboard
object OS9 : 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.