Crc16Umts constructor

Crc16Umts()

Implementation

Crc16Umts()
    : super(
        16,
        0x8005,
        0x0000,
        0x0000,
        inputReflected: false,
        outputReflected: false);