Click or drag to resize

PartialResultMode Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationPartialResultMode

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

The PartialResultMode type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBoth
Partial results are returned on timeout and trigger release events.
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberNever
Partial results are never returned.
Public propertyStatic memberRelease
Partial results are returned on trigger release event.
Public propertyStatic memberTimeout
Partial results are returned on timeout event.
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
PartialResultMode is an enumeration defining the allowed mode to manage partial results when Multi Scan mode is enabled. Allowed values are:
NEVERPartial results are never returned.
TIMEOUTPartial results are returned only when timeout event is received.
RELEASEPartial results are returned only when trigger release event is received.
BOTHPartial results are returned when timeout or trigger release events are received.

[Android Documentation]

See Also