Click or drag to resize

ECIPolicy Class

The is an enumeration defining the policy for the ECI protocoll. The type is one of:
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.ECIPolicy

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 ECIPolicy : Enum

The ECIPolicy type exposes the following members.

Properties
NameDescription
Public propertyEvaluate
Evaluate ECI Identifier to encode barcode data.
Public propertyJniPeerMembers
To be added.
Public propertyRemove
Remove ECI escape sequence.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyTransmit
Transmit ECI escape sequence.
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
The ECIPolicy is an enumeration defining the policy for the ECI protocoll. The type is one of:
TRANSMIT Transmit ECI escape sequence
REMOVE Remove ECI escape sequence
EVALUATE Evaluate ECI Identifier to encode barcode data

[Android Documentation]

See Also