TDataMask110 Class

Definition

110: mask bits for which (xy mod 2 + xy mod 3) mod 2 == 0

Delphi
type TDataMask110 = class(TDataMask)
Inheritance
TObject
TDataMask110

Methods

forReference(Integer) (Inherited from TDataMask)
isMasked(Integer, Integer)
unmaskBitMatrix(TBitMatrix, Integer)

Implementations of this method reverse the data masking process applied to a QR Code and make its bits ready to read.

(Inherited from TDataMask)