Package | Description |
---|---|
com.veraxsystems.vxipmi.coding.commands.sdr |
SDR related commands.
|
Modifier and Type | Method and Description |
---|---|
SensorState |
GetSensorReadingResponseData.getSensorState()
Contains state of the sensor if it is threshold-based.
|
static SensorState |
SensorState.parseInt(int value) |
static SensorState |
SensorState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SensorState[] |
SensorState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GetSensorReadingResponseData.setSensorState(SensorState sensorState) |