Crc8Autosar constructor

Crc8Autosar()

Implementation

Crc8Autosar()
    : super(
        8,
        0x2f,
        0xff,
        0xff,
        inputReflected: false,
        outputReflected: false);