Click or drag to resize

CharacterSetMode Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationCharacterSetMode

Namespace:  Com.Datalogic.Decode.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class CharacterSetMode : Enum

The CharacterSetMode type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBig5
Big5
Public propertyStatic memberEucCn
EUC-CN
Public propertyStatic memberEucKr
EUC-KR
Public propertyStatic memberGb18030
GB18030
Public propertyStatic memberGbk
GBK
Public propertyStatic memberIbm437
IBM-437
Public propertyStatic memberIso88591
ISO-8859-1
Public propertyStatic memberIso885911
ISO-8859-11
Public propertyStatic memberIso885913
ISO-8859-13
Public propertyStatic memberIso885914
ISO-8859-14
Public propertyStatic memberIso885915
ISO-8859-15
Public propertyStatic memberIso88592
ISO-8859-2
Public propertyStatic memberIso88593
ISO-8859-3
Public propertyStatic memberIso88594
ISO-8859-4
Public propertyStatic memberIso88595
ISO-8859-5
Public propertyStatic memberIso88596
ISO-8859-6
Public propertyStatic memberIso88597
ISO-8859-7
Public propertyStatic memberIso88598
ISO-8859-8
Public propertyStatic memberIso88599
ISO-8859-9
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberShiftJis
Shift-JIS
Public propertyStatic memberUsAscii
ASCII
Public propertyStatic memberUtf16
UTF-16
Public propertyStatic memberUtf8
UTF-8
Public propertyStatic memberWindows1250
Windows 1250
Public propertyStatic memberWindows1251
Windows 1251
Public propertyStatic memberWindows1252
Windows 1252
Public propertyStatic memberWindows1254
Windows 1254
Public propertyStatic memberWindows1256
Windows 1256
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
CharacterSetMode is an enumeration defining the different String encodings supported for certain symbologies of barcodes. The result extracted from the label is converted to a selected character set, supported by Java. The supported symbologies are:
  • Aztec -
  • Data Matrix -
  • MicroPDF417 -
  • Micro QR code -
  • PDF417 -
  • QR code -
  • DotCode -
The type of mode is one of:
BIG_5Big5, Traditional Chinese
EUC_CNGB2312, EUC encoding, Simplified Chinese
EUC_KRKS C 5601, EUC encoding, Korean
GB18030Simplified Chinese, PRC standard
GBKGBK, Simplified Chinese
IBM_437MS-DOS United States, Australia, New Zealand, South Africa
ISO_8859_1Latin Alphabet No. 1
ISO_8859_2Latin Alphabet No. 2
ISO_8859_3Latin Alphabet No. 3
ISO_8859_4Latin Alphabet No. 4
ISO_8859_5Latin/Cyrillic Alphabet
ISO_8859_6Latin/Arabic Alphabet
ISO_8859_7Latin/Greek Alphabet
ISO_8859_8Latin/Hebrew Alphabet
ISO_8859_9Latin No. 5/Turkish Alphabet
ISO_8859_11Latin/Thai Alphabet
ISO_8859_13Latin No. 7/Baltic Rim Alphabet
ISO_8859_14Latin No. 8/Celtic Alphabet
ISO_8859_15Latin Alphabet No. 9
SHIFT_JISShift-JIS, Japanese
US_ASCIIAmerican Standard Code for Information Interchange
UTF_8Eight-bit Unicode (or UCS) Transformation Format
UTF_16Sixteen-bit Unicode (or UCS) Transformation Format, byte order identified by an optional byte-order mark
WINDOWS_1250Windows Eastern European
WINDOWS_1251Windows Cyrillic
WINDOWS_1252Windows Latin-1
WINDOWS_1254Windows Turkish
WINDOWS_1256Windows Arabic

[Android Documentation]

See Also