TDataMask100 Class
Definition
100: mask bits for which (x/2 + y/3) mod 2 == 0
Delphi
type TDataMask100 = class(TDataMask)
- Inheritance
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) |