java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.decode.configuration.Code128ExtendedAsciiMode |
Code128ExtendedAsciiMode
is an enumeration defining the Extended ASCII support for Code 128 barcodes.
This enumeration specifies the allowed options.
The type is one of:
DISABLED | Extended ASCII support disabled. |
BASIC | Only single FNC4 code are evaluated. |
FULL | Fully implement FNC4 evaluation. |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Code128ExtendedAsciiMode | BASIC | Basic Extended ASCII support, only single FNC4 code are evaluated | |||||||||
Code128ExtendedAsciiMode | DISABLED | Extended ASCII support disabled | |||||||||
Code128ExtendedAsciiMode | FULL | Full Extended ASCII support, fully implement FNC4 evaluation |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Basic Extended ASCII support, only single FNC4 code are evaluated
Extended ASCII support disabled
Full Extended ASCII support, fully implement FNC4 evaluation