Crc16Gsm constructor
      
      Crc16Gsm()
     
    
    
Implementation
Crc16Gsm()
    : super(
        16,
        0x1021,
        0x0000,
        0xffff,
        inputReflected: false,
        outputReflected: false);
Crc16Gsm()
    : super(
        16,
        0x1021,
        0x0000,
        0xffff,
        inputReflected: false,
        outputReflected: false);