Uses of Enum
org.sentrysoftware.ipmi.core.coding.commands.sdr.SensorState
Packages that use SensorState
-
Uses of SensorState in org.sentrysoftware.ipmi.core.coding.commands.sdr
Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr that return SensorStateModifier and TypeMethodDescriptionGetSensorReadingResponseData.getSensorState()Contains state of the sensor if it is threshold-based.static SensorStateSensorState.parseInt(int value) static SensorStateReturns 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.Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr with parameters of type SensorStateModifier and TypeMethodDescriptionvoidGetSensorReadingResponseData.setSensorState(SensorState sensorState)