| Modifier and Type | Method and Description |
|---|---|
DeviceState |
SnmpDevice.getDeviceState()
Retrieve current state of the device.
|
static DeviceState |
DeviceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceState[] |
DeviceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SnmpDevice.setDeviceState(DeviceState deviceState)
This is set the state information for the device.
|
Copyright © 2016. All rights reserved.