C# Class zxingwp7.qrcode.decoder.ErrorCorrectionLevel

See ISO 18004:2006, 6.5.1. This enum encapsulates the four error correction levels defined by the QR code standard.

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

Méthodes publiques

Свойство Type Description
H ErrorCorrectionLevel
L ErrorCorrectionLevel
M ErrorCorrectionLevel
Q ErrorCorrectionLevel

Méthodes publiques

Méthode Description
ToString ( ) : String
forBits ( int bits ) : ErrorCorrectionLevel
ordinal ( ) : int

Private Methods

Méthode Description
ErrorCorrectionLevel ( int ordinal, 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 ) : ErrorCorrectionLevel
bits int int containing the two bits encoding a QR Code's error correction level ///
Résultat ErrorCorrectionLevel

ordinal() public méthode

public ordinal ( ) : int
Résultat int

Property Details

H public_oe static_oe property

H = ~30% correction
public static ErrorCorrectionLevel,zxingwp7.qrcode.decoder H
Résultat ErrorCorrectionLevel

L public_oe static_oe property

L = ~7% correction
public static ErrorCorrectionLevel,zxingwp7.qrcode.decoder L
Résultat ErrorCorrectionLevel

M public_oe static_oe property

M = ~15% correction
public static ErrorCorrectionLevel,zxingwp7.qrcode.decoder M
Résultat ErrorCorrectionLevel

Q public_oe static_oe property

Q = ~25% correction
public static ErrorCorrectionLevel,zxingwp7.qrcode.decoder Q
Résultat ErrorCorrectionLevel