Uses of Enum
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.SensorUnit
Packages that use SensorUnit
-
Uses of SensorUnit in org.sentrysoftware.ipmi.core.coding.commands.sdr.record
Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr.record that return SensorUnitModifier and TypeMethodDescriptionCompactSensorRecord.getSensorBaseUnit()FullSensorRecord.getSensorBaseUnit()CompactSensorRecord.getSensorModifierUnit()FullSensorRecord.getSensorModifierUnit()static SensorUnitSensorUnit.parseInt(int value) static SensorUnitReturns the enum constant of this type with the specified name.static SensorUnit[]SensorUnit.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 SensorUnitModifier and TypeMethodDescriptionvoidCompactSensorRecord.setSensorBaseUnit(SensorUnit sensorBaseUnit) voidFullSensorRecord.setSensorBaseUnit(SensorUnit sensorBaseUnit) voidCompactSensorRecord.setSensorModifierUnit(SensorUnit sensorModifierUnit) voidFullSensorRecord.setSensorModifierUnit(SensorUnit sensorModifierUnit)