public class MultiScan extends PropertyGroup
MultiScan is the class that configures the Multi Scan functionality.| Modifier and Type | Field and Description |
|---|---|
BooleanProperty |
enable
enable activates the Multi Scan. |
NumericProperty |
labelCount
labelCount defines the number of required labels to be read
before automatically ending a good read transaction. |
BooleanProperty |
notifyOnEachLabel
notifyOnEachLabel defines whether to notify each successfully read label during
Multi Scan operation. |
| Constructor and Description |
|---|
MultiScan(PropertyGetter editor)
This is the constructor of MultiScan.
|
getGroups, getId, getName, getProperties, getPropertyById, getPropertyByName, getPropertyGroupById, getPropertyGroupByName, isFullySupported, isSupported, load, setToDefault, storepublic 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. The decoding session is ended successfully
and all the collected labels are returned together, only if the labelCount is reached.public BooleanProperty notifyOnEachLabel
notifyOnEachLabel defines whether to notify each successfully read label during
Multi Scan operation.public MultiScan(PropertyGetter editor)
editor - A PropertyGetter used to load the current configuration class.