Uses of Enum
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.ReadingType
Packages that use ReadingType
Package
Description
Includes the IPMI data model for Field Replaceable Unit (FRU) and Sensor devices to be managed by the
IpmiResultConverter class.SDR related commands.
SDR records formats.
SEL related commands.
-
Uses of ReadingType in org.sentrysoftware.ipmi.client.model
Methods in org.sentrysoftware.ipmi.client.model with parameters of type ReadingTypeModifier and TypeMethodDescriptionstatic StringReadingTypeDescription.getReadingType(ReadingType readingType) -
Uses of ReadingType in org.sentrysoftware.ipmi.core.coding.commands.sdr
Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr that return types with arguments of type ReadingTypeModifier and TypeMethodDescriptionGetSensorReadingResponseData.getStatesAsserted(SensorType sensorType, int sensorEventReadingType) Contains state of the sensor if it is discrete. -
Uses of ReadingType in org.sentrysoftware.ipmi.core.coding.commands.sdr.record
Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr.record that return ReadingTypeModifier and TypeMethodDescriptionstatic ReadingTypeReadingType.parseInt(SensorType sensorType, int eventReadingType, int offset) Determines type of discrete sensor reading.static ReadingTypeReturns the enum constant of this type with the specified name.static ReadingType[]ReadingType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReadingType in org.sentrysoftware.ipmi.core.coding.commands.sel
Methods in org.sentrysoftware.ipmi.core.coding.commands.sel that return ReadingTypeMethods in org.sentrysoftware.ipmi.core.coding.commands.sel with parameters of type ReadingType