Click or drag to resize

Isbt128Mode Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationIsbt128Mode

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

The Isbt128Mode type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBoth
Single and Concatenated ISBT 128 allowed
Public propertyStatic memberConcatenatedOnly
Concatenated ISBT 128 barcodes allowed
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberSingleOnly
Single ISBT 128 barcode allowed
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
Isbt128Mode is an enumeration defining the decoding mode for ISBT 128 barcodes. This enumeration specifies the allowed options. The type is one of:
SINGLE ONLYOnly single ISBT 128 barcode is decoded.
CONCATENATED ONLYOnly concatenated ISBT 128 barcode is decoded.
BOTHBoth single and concatenated ISBT 128 barcode are allowed.

[Android Documentation]

See Also