Uses of Enum
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.SensorType
Packages that use SensorType
Package
Description
SDR related commands.
SDR records formats.
SEL related commands.
-
Uses of SensorType in org.sentrysoftware.ipmi.core.coding.commands.sdr
Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr with parameters of type SensorTypeModifier and TypeMethodDescriptionGetSensorReadingResponseData.getStatesAsserted(SensorType sensorType, int sensorEventReadingType) Contains state of the sensor if it is discrete. -
Uses of SensorType in org.sentrysoftware.ipmi.core.coding.commands.sdr.record
Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr.record that return SensorTypeModifier and TypeMethodDescriptionCompactSensorRecord.getSensorType()EventOnlyRecord.getSensorType()FullSensorRecord.getSensorType()static SensorTypeSensorType.parseInt(int value) static SensorTypeReturns the enum constant of this type with the specified name.static SensorType[]SensorType.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 SensorTypeModifier and TypeMethodDescriptionstatic ReadingTypeReadingType.parseInt(SensorType sensorType, int eventReadingType, int offset) Determines type of discrete sensor reading.voidCompactSensorRecord.setSensorType(SensorType sensorType) voidEventOnlyRecord.setSensorType(SensorType sensorType) voidFullSensorRecord.setSensorType(SensorType sensorType) -
Uses of SensorType in org.sentrysoftware.ipmi.core.coding.commands.sel
Methods in org.sentrysoftware.ipmi.core.coding.commands.sel that return SensorTypeMethods in org.sentrysoftware.ipmi.core.coding.commands.sel with parameters of type SensorType