Click or drag to resize

ECIPolicy Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationECIPolicy

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

The ECIPolicy type exposes the following members.

Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberRemove
Remove ECI escape sequence
Public propertyStatic memberTransmit
Transmit ECI escape sequence
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
The ECIPolicy is an enumeration defining the policy for the ECI protocoll. The type is one of:
TRANSMITTransmit ECI escape sequence
REMOVERemove ECI escape sequence

[Android Documentation]

See Also