class

CRC::CRC16USB

Inherits CRC::CRC16 < CRC::Base < Digest < Reference < Object

Implements the CRC16 USB algorithm.

Constructors

new(crc : UINT = self.class.init_crc)

Initializes the CRC instance.

Source

Class methods

init_crc

Initial CRC value.

Source
xor_mask

CRC XOR mask.

Source