View Source Grizzly.ZWave.CRC (grizzly v8.6.6)

CRC for Z-Wave commands

Some commands will need to use CRC for checking checksums. This module exposes CRC functions to be able to run those checks.

Summary

Functions

CRC-16/AUG-CCITT

Types

uint16()

@type uint16() :: 0..65535

Functions

crc16_aug_ccitt(data)

@spec crc16_aug_ccitt(binary() | [byte()]) :: uint16()

CRC-16/AUG-CCITT