Click or drag to resize

ImageState Class

Inheritance Hierarchy
Enum
  Com.Datalogic.SoftspotImageState

Namespace:  Com.Datalogic.Softspot
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class ImageState : Enum

The ImageState type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDecoded
Barcode has been recently decoded
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberNormal
Normal state, nothing scanned yet
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
ImageState is an enumeration defining constants for different states SoftSpot can be in.

[Android Documentation]

See Also