ScannerConfiguration.ScanConfiguration¶
-
public enum
ScanConfiguration¶ Available scan types.
They are not accessible to a developer. They are inferred according to the passed configurations to the
Builder.
Enum Constants¶
CONTINUOUS¶
-
public static final ScannerConfiguration.ScanConfiguration
CONTINUOUS¶ The scanning will be continuous. A new
STOPPEDconfiguration is needed to stop the scanning.
CYCLIC¶
-
public static final ScannerConfiguration.ScanConfiguration
CYCLIC¶ The scanner will cycle continuously between scan on and off.
ONE_SHOT¶
-
public static final ScannerConfiguration.ScanConfiguration
ONE_SHOT¶ A single scan. The scanner will got to
STOPPEDstate after ade.sensry.kallisto.service.listeners.events.SystemEventType.SCAN_STOPPEDevent.
STOPPED¶
-
public static final ScannerConfiguration.ScanConfiguration
STOPPED¶ The scanner is stopped.