C# Class zxingwp7.qrcode.decoder.Mode

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.

Afficher le fichier Open project: henningms/zxing2.0-wp7 Class Usage Examples

Méthodes publiques

Свойство Type Description
ALPHANUMERIC Mode
BYTE Mode
ECI Mode
FNC1_FIRST_POSITION Mode
FNC1_SECOND_POSITION Mode
KANJI Mode
NUMERIC Mode
STRUCTURED_APPEND Mode
TERMINATOR Mode

Méthodes publiques

Méthode Description
ToString ( ) : String
forBits ( int bits ) : Mode
getCharacterCountBits ( Version version ) : int

Private Methods

Méthode Description
Mode ( int characterCountBitsForVersions, int bits, String name ) : System

Method Details

ToString() public méthode

public ToString ( ) : String
Résultat String

forBits() public static méthode

public static forBits ( int bits ) : Mode
bits int four bits encoding a QR Code data mode ///
Résultat Mode

getCharacterCountBits() public méthode

public getCharacterCountBits ( Version version ) : int
version Version version in question ///
Résultat int

Property Details

ALPHANUMERIC public_oe static_oe property

public static Mode,zxingwp7.qrcode.decoder ALPHANUMERIC
Résultat Mode

BYTE public_oe static_oe property

public static Mode,zxingwp7.qrcode.decoder BYTE
Résultat Mode

ECI public_oe static_oe property

public static Mode,zxingwp7.qrcode.decoder ECI
Résultat Mode

FNC1_FIRST_POSITION public_oe static_oe property

public static Mode,zxingwp7.qrcode.decoder FNC1_FIRST_POSITION
Résultat Mode

FNC1_SECOND_POSITION public_oe static_oe property

public static Mode,zxingwp7.qrcode.decoder FNC1_SECOND_POSITION
Résultat Mode

KANJI public_oe static_oe property

public static Mode,zxingwp7.qrcode.decoder KANJI
Résultat Mode

NUMERIC public_oe static_oe property

public static Mode,zxingwp7.qrcode.decoder NUMERIC
Résultat Mode

STRUCTURED_APPEND public_oe static_oe property

public static Mode,zxingwp7.qrcode.decoder STRUCTURED_APPEND
Résultat Mode

TERMINATOR public_oe static_oe property

public static Mode,zxingwp7.qrcode.decoder TERMINATOR
Résultat Mode