Crc16Profibus constructor
      
      Crc16Profibus()
     
    
    
Implementation
Crc16Profibus()
    : super(
        16,
        0x1dcf,
        0xffff,
        0xffff,
        inputReflected: false,
        outputReflected: false);
Crc16Profibus()
    : super(
        16,
        0x1dcf,
        0xffff,
        0xffff,
        inputReflected: false,
        outputReflected: false);