Click or drag to resize

Code128ExtendedAsciiMode Class

Code128ExtendedAsciiMode
DISABLED Extended ASCII support disabled.
BASIC Only single FNC4 code are evaluated.
FULL Fully implement FNC4 evaluation.
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.Code128ExtendedAsciiMode

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 class Code128ExtendedAsciiMode : Enum

The Code128ExtendedAsciiMode type exposes the following members.

Properties
NameDescription
Public propertyBasic
Basic Extended ASCII support, only single FNC4 code are evaluated.
Public propertyDisabled
Extended ASCII support disabled.
Public propertyFull
Full Extended ASCII support, fully implement FNC4 evaluation.
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
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.

[Android Documentation]

See Also