Uses of Enum
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.SensorDirection
Packages that use SensorDirection
-
Uses of SensorDirection in org.sentrysoftware.ipmi.core.coding.commands.sdr.record
Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr.record that return SensorDirectionModifier and TypeMethodDescriptionCompactSensorRecord.getSensorDirection()EventOnlyRecord.getSensorDirection()FullSensorRecord.getSensorDirection()static SensorDirectionSensorDirection.parseInt(int value) static SensorDirectionReturns the enum constant of this type with the specified name.static SensorDirection[]SensorDirection.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.record with parameters of type SensorDirectionModifier and TypeMethodDescriptionvoidCompactSensorRecord.setSensorDirection(SensorDirection sensorDirection) voidEventOnlyRecord.setSensorDirection(SensorDirection sensorDirection) voidFullSensorRecord.setSensorDirection(SensorDirection sensorDirection)