Variable ErrorCorrectLevelConst

ErrorCorrectLevel: {
    H: 2;
    L: 1;
    M: 0;
    Q: 3;
} = ...

Type declaration

  • H: 2

    Allows recovery of up to 30% data loss

  • L: 1

    Allows recovery of up to 7% data loss

  • M: 0

    Allows recovery of up to 15% data loss

  • Q: 3

    Allows recovery of up to 25% data loss

Generated using TypeDoc