Click or drag to resize

InverseMode Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationInverseMode

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

The InverseMode type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBoth
Regular and Reverse
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberRegularOnly
Regular decoding mode
Public propertyStatic memberReverseOnly
Reverse decoding mode
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
InverseMode is an enumeration defining the decoding mode for regular/reverse barcodes. This enumeration specifies the allowed options. The type is one of:
REGULAR ONLYOnly regular decoding mode is allowed.
REVERSE ONLYOnly reverse decoding mode is allowed.
BOTHBoth regular and reverse decoding mode are allowed.

[Android Documentation]

See Also