Crc8Lte constructor

Crc8Lte()

Implementation

Crc8Lte()
    : super(
        8,
        0x9b,
        0x00,
        0x00,
        inputReflected: false,
        outputReflected: false);