Hierarchy

  • ErrorCorrectionLevel

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Static H

H: ErrorCorrectionLevel = new ErrorCorrectionLevel(3, 2, "H")

Static L

L: ErrorCorrectionLevel = new ErrorCorrectionLevel(0, 1, "L")

Static M

M: ErrorCorrectionLevel = new ErrorCorrectionLevel(1, 0, "M")

Static Q

Q: ErrorCorrectionLevel = new ErrorCorrectionLevel(2, 3, "Q")

Methods

getBits

  • getBits(): number
  • Returns number

getName

  • getName(): string
  • Returns string

ordinal

  • ordinal(): number
  • Returns number

toString

  • toString(): string
  • Returns string

Static forBits

Generated using TypeDoc