Crc16Arc constructor

Crc16Arc()

Implementation

Crc16Arc()
    : super(
        16,
        0x8005,
        0x0000,
        0x0000,
        inputReflected: true,
        outputReflected: true);