checksumAlgorithms property

List<MsiPlesseyChecksumAlgorithm> checksumAlgorithms
getter/setter pair

List of MSI Plessey checksum algorithms to apply during scanning. A barcode is considered valid if it passes any of the checksum algorithms in the list. If the list is empty, no checksum validation is performed.

Implementation

List<MsiPlesseyChecksumAlgorithm> checksumAlgorithms;