Click or drag to resize

FrameCaptureMode Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationFrameCaptureMode

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

The FrameCaptureMode type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAllImages
All frames are retrieved
Public propertyStatic memberDecoded
Only decoded frames captured by the Scanner are retrieved
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberNotDecoded
Only not decoded frames captured by the Scanner are retrieved
Top
Methods
  NameDescription
Public methodStatic memberFromOrdinal
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 FrameCaptureMode is an enumeration defining the operating frame capture mode. The type is one of:
DECODEDOnly decoded frames captured by the Scanner are retrieved
NOT_DECODEDOnly not decoded frames captured by the Scanner are retrieved
ALL_IMAGESAll frames are retrieved

[Android Documentation]

See Also