enum

CrImage::Util::QRCode::Mode

Inherits Enum / Comparable / Value / Object

Encoding modes

Constants

Numeric = 0
Alphanumeric = 1
Byte = 2
Kanji = 3

Instance methods

alphanumeric?

Returns true if this enum value equals Alphanumeric

Source
byte?

Returns true if this enum value equals Byte

Source
kanji?

Returns true if this enum value equals Kanji

Source
numeric?

Returns true if this enum value equals Numeric

Source