crc16

Calculate CRC16

pure nothrow @trusted @nogc
ubyte[2]
crc16
(
const(void)[] data
)

Parameters

data const(void)[]

input data for calculation CRC16

Meta