QRErrorLevel
QRErrorLevel enumeration
Reed-Solomon 纠错级别。从低到高:LevelL、LevelM、LevelQ、LevelH.
public enum QRErrorLevel
价值观
| 姓名 | 价值 | 描述 |
|---|---|---|
| LevelL | 0 | 允许恢复 7% 的代码 text |
| LevelM | 1 | 允许恢复 15% 的代码 text |
| LevelQ | 2 | 允许恢复 25% 的代码 text |
| LevelH | 3 | 允许恢复 30% 的代码 text |
Reed-Solomon 纠错级别。从低到高:LevelL、LevelM、LevelQ、LevelH.
public enum QRErrorLevel
| 姓名 | 价值 | 描述 |
|---|---|---|
| LevelL | 0 | 允许恢复 7% 的代码 text |
| LevelM | 1 | 允许恢复 15% 的代码 text |
| LevelQ | 2 | 允许恢复 25% 的代码 text |
| LevelH | 3 | 允许恢复 30% 的代码 text |