CRC.crc5EPC constructor

CRC.crc5EPC([
  1. bool mapping = false
])

CRC-5/EPC

Implementation

factory CRC.crc5EPC([bool mapping = false]) =>
    CRC('CRC-5/EPC', 5, 0x09, 0x09, false, false, 0x00, mapping);