java.lang.Object | ||
↳ | com.datalogic.device.configuration.PropertyGroup | |
↳ | com.datalogic.decode.configuration.MultiScan |
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.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
enable | enable activates the Multi Scan. |
||||||||||
labelCount | labelCount defines the number of required labels to be read
before automatically ending a good read transaction. |
||||||||||
notifyOnEachLabel | notifyOnEachLabel defines whether to notify each successfully read label during
Multi Scan operation. |
||||||||||
partialResultMode | partialResultMode selects the behaviour when partial results are present. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of MultiScan.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.PropertyGroup
| |||||||||||
From class
java.lang.Object
|
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.
notifyOnEachLabel
defines whether to notify each successfully read label during
Multi Scan operation.
partialResultMode
selects the behaviour when partial results are present.
See PartialResultMode
for a deeper description.
This is the constructor of MultiScan. All options are initialized by editor.
editor | A PropertyGetter used to load the current configuration class.
|
---|