TMode Class

See ISO 18004:2006, 6.4.1, Tables 2 and 3. This enum encapsulates the various modes in which data can be encoded to bits in the QR code standard.

Unit: ZXing.QrCode.Internal.Mode
System.TObject
  ZXing.QrCode.Internal.Mode.TMode
type TMode = class(TObject)

The TMode type exposes the following members.

Show:
 NameDescription
Create

Overloaded.

Top
Show:
 NameDescription
Bits

Gets the bits.

Name

Gets the name.

Top
Show:
 NameDescription
ToString

Returns a that represents this instance.

forBits

Fors the bits.

getCharacterCountBits

Top
Show:
 NameDescription
ALPHANUMERIC

BYTE

ECI

FNC1_FIRST_POSITION

FNC1_SECOND_POSITION

HANZI

See GBT 18284-2000; "Hanzi" is a transliteration of this mode name.

KANJI

NUMERIC

STRUCTURED_APPEND

TERMINATOR

Top