checkCRC

Check CRC16 of data

pure nothrow @trusted @nogc
bool
checkCRC
(
const(void)[] data
)

Parameters

data const(void)[]

last two bytes used as CRC16

Meta