Crc16T10Dif constructor

Crc16T10Dif()

Implementation

Crc16T10Dif()
    : super(
        16,
        0x8bb7,
        0x0000,
        0x0000,
        inputReflected: false,
        outputReflected: false);