Nedap.HandheldApi
|
Classes | |
class | EpcCode |
Class that represents an electronic product code (EPC) More... | |
class | EpcConvert |
Class that contains methods for translating an electronic product code (EPC) from one level of representation to another. More... | |
class | PrefixMatch |
Simple version of a Trie structure used for quickly finding a matching prefix. More... | |
class | TDTEngine |
This class provides methods for translating an electronic product code (EPC) between various levels of representation including BINARY, TAG_ENCODING, PURE_IDENTITY and LEGACY formats. An additional output level ONS_HOSTNAME may be defined for some coding schemes. /summary> More... | |
class | TDTTranslationException |
A TDTTranslationException is thrown at runtime when the user supplies invalid or incomplete input. More... | |
class | EpcTagDataTranslation |
More... | |
class | Scheme |
More... | |
class | Level |
More... | |
class | Option |
More... | |
class | Field |
More... | |
class | Rule |
More... | |
class | GEPC64Table |
More... | |
class | GEPC64TableEntry |
More... | |
Enumerations | |
enum | XmlDefinitions { GDTI_113, GDTI_96, GIAI_202, GIAI_64, GIAI_96, GID_96, GRAI_170, GRAI_64, GRAI_96, GSRN_96, SGLN_195, SGLN_64, SGLN_96, SGTIN_198, SGTIN_64, SGTIN_96, SSCC_64, SSCC_96, USDOD_64, USDOD_96 } |
Enumeration of TDT library XML definitions. More... | |
enum | CompactionMethodList { Item32bit, Item16bit, Item8bit, Item7bit, Item6bit, Item5bit } |
More... | |
enum | PadDirectionList { LEFT, RIGHT } |
More... | |
enum | ModeList { EXTRACT, FORMAT } |
More... | |
enum | InputFormatList { BINARY, STRING } |
More... | |
enum | LevelTypeList { BINARY, TAG_ENCODING, PURE_IDENTITY, LEGACY, LEGACY_ALT, LEGACY_AI, ONS_HOSTNAME } |
More... |
Enumeration of TDT library XML definitions.
GDTI_113 |
Represents GDTI-113 TDT XML definition. |
GDTI_96 |
Represents GDTI-96 TDT XML definition. |
GIAI_202 |
Represents GIAI-202 TDT XML definition. |
GIAI_64 |
Represents GIAI-64 TDT XML definition. |
GIAI_96 |
Represents GIAI-96 TDT XML definition. |
GID_96 |
Represents GID-96 TDT XML definition. |
GRAI_170 |
Represents GRAI-170 TDT XML definition. |
GRAI_64 |
Represents GRAI-64 TDT XML definition. |
GRAI_96 |
Represents GRAI-96 TDT XML definition. |
GSRN_96 |
Represents GSRN-96 TDT XML definition. |
SGLN_195 |
Represents SGLN-195 TDT XML definition. |
SGLN_64 |
Represents SGLN-64 TDT XML definition. |
SGLN_96 |
Represents SGLN-96 TDT XML definition. |
SGTIN_198 |
Represents SGTIN-198 TDT XML definition. |
SGTIN_64 |
Represents SGTIN-64 TDT XML definition. |
SGTIN_96 |
Represents SGTIN-96 TDT XML definition. |
SSCC_64 |
Represents SSCC-64 TDT XML definition. |
SSCC_96 |
Represents SSCC-96 TDT XML definition. |
USDOD_64 |
Represents USDOD-64 TDT XML definition. |
USDOD_96 |
Represents USDOD-96 TDT XML definition. |