Modifier and Type | Method and Description |
---|---|
OperatingMode |
Configurator.GetDeviceOperatingMode()
Gets the 1800 device operating mode.
|
static OperatingMode |
OperatingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatingMode[] |
OperatingMode.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.SetDeviceOperatingMode(OperatingMode mode)
Changes the 1800 device operating mode.
|