to top
Datalogic APIs
public class

MultiScan

extends PropertyGroup
java.lang.Object
   ↳ com.datalogic.device.configuration.PropertyGroup
     ↳ com.datalogic.decode.configuration.MultiScan

Class Overview

MultiScan is the class that configures the Multi Scan functionality. This functionality allows to collect a defined number of barcodes in a single session and transmit them at the same time.

Summary

Fields
public BooleanProperty enable enable activates the Multi Scan.
public NumericProperty labelCount labelCount defines the number of required labels to be read before automatically ending a good read transaction.
public BooleanProperty notifyOnEachLabel notifyOnEachLabel defines whether to notify each successfully read label during Multi Scan operation.
public EnumProperty<PartialResultMode> partialResultMode partialResultMode selects the behaviour when partial results are present.
Public Constructors
MultiScan(PropertyGetter editor)
This is the constructor of MultiScan.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public BooleanProperty enable

Added in revision 8

enable activates the Multi Scan.

public NumericProperty labelCount

Added in revision 8

labelCount defines the number of required labels to be read before automatically ending a good read transaction. The decoding session is ended successfully and all the collected labels are returned together, only if the labelCount is reached.

public BooleanProperty notifyOnEachLabel

Added in revision 8

notifyOnEachLabel defines whether to notify each successfully read label during Multi Scan operation.

public EnumProperty<PartialResultMode> partialResultMode

Added in revision 29

partialResultMode selects the behaviour when partial results are present. See PartialResultMode for a deeper description.

Public Constructors

public MultiScan (PropertyGetter editor)

Added in revision 8

This is the constructor of MultiScan. All options are initialized by editor.

Parameters
editor A PropertyGetter used to load the current configuration class.