Crc16GeniBus constructor

Crc16GeniBus()

Implementation

Crc16GeniBus()
    : super(
        16,
        0x1021,
        0xffff,
        0xffff,
        inputReflected: false,
        outputReflected: false);