Modifier and Type | Method and Description |
---|---|
ScanMode |
Configurator.GetScanMode()
Gets the current scan mode.
|
static ScanMode |
ScanMode.valueOf(int value) |
static ScanMode |
ScanMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanMode[] |
ScanMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Configurator.SetScanMode(ScanMode mode)
Changes the current scan mode.
|