Package totalcross.io.device.escpos
Interface EscPosQRCode.ErrorCorrectionLevel
-
- Enclosing class:
- EscPosQRCode
public static interface EscPosQRCode.ErrorCorrectionLevel
-
-
Field Detail
-
LOW
static final byte LOW
- See Also:
- Constant Field Values
-
MEDIUM
static final byte MEDIUM
- See Also:
- Constant Field Values
-
QUARTILE
static final byte QUARTILE
- See Also:
- Constant Field Values
-
HIGH
static final byte HIGH
- See Also:
- Constant Field Values
-
-