Version of MicroQR Code.
More...
Inherits Enum.
|
int | AUTO = 0 |
| Specifies to automatically pick up the best version for MicroQR. More...
|
|
int | M1 = 1 |
| Specifies version M1 for Micro QR with 11 x 11 modules. More...
|
|
int | M2 = 2 |
| Specifies version M2 for Micro QR with 13 x 13 modules. More...
|
|
int | M3 = 3 |
| Specifies version M3 for Micro QR with 15 x 15 modules. More...
|
|
int | M4 = 4 |
| Specifies version M4 for Micro QR with 17 x 17 modules. More...
|
|
Version of MicroQR Code.
From M1 to M4.
◆ AUTO
Specifies to automatically pick up the best version for MicroQR.
This is default value.
◆ M1
Specifies version M1 for Micro QR with 11 x 11 modules.
◆ M2
Specifies version M2 for Micro QR with 13 x 13 modules.
◆ M3
Specifies version M3 for Micro QR with 15 x 15 modules.
◆ M4
Specifies version M4 for Micro QR with 17 x 17 modules.