java.lang.Object
java.lang.Enum<ReadingType>
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.ReadingType
All Implemented Interfaces:
Serializable, Comparable<ReadingType>

public enum ReadingType extends Enum<ReadingType>
Type of the reading of the discrete sensor.
  • Enum Constant Details

    • FruInactive

      public static final ReadingType FruInactive
      FRU in standby or 'hot spare' state.
    • SlotConnectorIdentifyStatusAsserted

      public static final ReadingType SlotConnectorIdentifyStatusAsserted
    • HardReset

      public static final ReadingType HardReset
    • FruLatchOpen

      public static final ReadingType FruLatchOpen
      Switch indicating FRU latch is in 'unlatched' position and FRU is mechanically removable
    • FruActivationRequested

      public static final ReadingType FruActivationRequested
    • SlotConnectorDeviceInstalled

      public static final ReadingType SlotConnectorDeviceInstalled
    • WarmReset

      public static final ReadingType WarmReset
    • FruActivationInProgress

      public static final ReadingType FruActivationInProgress
    • SlotConnectorReadyForDeviceInstallation

      public static final ReadingType SlotConnectorReadyForDeviceInstallation
      Typically, this means that the slot power is off. The Ready for Installation, Ready for Removal, and Slot Power states can transition together, depending on the slot implementation.
    • PxeBootRequested

      public static final ReadingType PxeBootRequested
    • FruActive

      public static final ReadingType FruActive
    • InvalidUsernameOrPassword

      public static final ReadingType InvalidUsernameOrPassword
      An Invalid Username or Password was received during the session establishment process.
    • SlotConnectorReadyForDeviceRemoval

      public static final ReadingType SlotConnectorReadyForDeviceRemoval
    • AutomaticBootToDiagnostic

      public static final ReadingType AutomaticBootToDiagnostic
    • FruDeactivationRequested

      public static final ReadingType FruDeactivationRequested
    • InvalidPasswordDisable

      public static final ReadingType InvalidPasswordDisable
      A user's access has been disabled due to a series of bad password attempts. This offset can be used in conjunction with the Bad Password Threshold option. Refer to the LAN or serial/modem configuration parameter for 'Bad Password Threshold' for more information.
    • EntityPresent

      public static final ReadingType EntityPresent
    • SlotPowerOff

      public static final ReadingType SlotPowerOff
    • SoftwareInitiatedHardReset

      public static final ReadingType SoftwareInitiatedHardReset
    • FruDeactivationInProgress

      public static final ReadingType FruDeactivationInProgress
    • SensorFailure

      public static final ReadingType SensorFailure
      The sensor is known to be in error. It may still be accessible by software.
    • EntityAbsent

      public static final ReadingType EntityAbsent
    • SoftwareInitiatedWarmReset

      public static final ReadingType SoftwareInitiatedWarmReset
    • FruCommunicationLost

      public static final ReadingType FruCommunicationLost
    • FruFailure

      public static final ReadingType FruFailure
    • SystemRestart

      public static final ReadingType SystemRestart
    • StateDeasserted

      public static final ReadingType StateDeasserted
    • SystemFirmwareError

      public static final ReadingType SystemFirmwareError
    • StateAsserted

      public static final ReadingType StateAsserted
    • SystemFirmwareHang

      public static final ReadingType SystemFirmwareHang
    • SystemFirmwareProgress

      public static final ReadingType SystemFirmwareProgress
    • HardwareChangeDetected

      public static final ReadingType HardwareChangeDetected
      Informational. This does not imply whether the hardware change was successful or not. Only that a change occurred.
    • Frb1BistFailure

      public static final ReadingType Frb1BistFailure
    • FirmwareOrSoftwareChangeDetected

      public static final ReadingType FirmwareOrSoftwareChangeDetected
      Informational. Success or failure not implied.
    • Frb2HangInPostFailure

      public static final ReadingType Frb2HangInPostFailure
      Used hang is believed to be due or related to a processor failure. Use System Firmware Progress sensor for other BIOS hangs.
    • HardwareIncompatibilityDetected

      public static final ReadingType HardwareIncompatibilityDetected
    • Frb3ProcessorStartupFailure

      public static final ReadingType Frb3ProcessorStartupFailure
      CPU didn't start.
    • FirmwareOrSoftwareIncompatibilityDetected

      public static final ReadingType FirmwareOrSoftwareIncompatibilityDetected
    • DrivePresence

      public static final ReadingType DrivePresence
    • ConfigurationError

      public static final ReadingType ConfigurationError
    • InvalidOrUnsupportedHardware

      public static final ReadingType InvalidOrUnsupportedHardware
    • DriveFault

      public static final ReadingType DriveFault
    • UncorrectableCpuComplexError

      public static final ReadingType UncorrectableCpuComplexError
    • InvalidOrUnsupportedFirmwareOrSoftware

      public static final ReadingType InvalidOrUnsupportedFirmwareOrSoftware
    • PredictiveFailure

      public static final ReadingType PredictiveFailure
    • ProcessorPresenceDetected

      public static final ReadingType ProcessorPresenceDetected
    • HotSpare

      public static final ReadingType HotSpare
    • ProcessorDisabled

      public static final ReadingType ProcessorDisabled
    • ConsistencyOrParityCheckInProgress

      public static final ReadingType ConsistencyOrParityCheckInProgress
    • TerminatorPresenceDetected

      public static final ReadingType TerminatorPresenceDetected
    • SecureModeViolationAttempt

      public static final ReadingType SecureModeViolationAttempt
    • OsGracefulStop

      public static final ReadingType OsGracefulStop
      System powered up, but normal OS operation has shut down and system is awaiting reset pushbutton, powercycle or other external input
    • InCriticalArray

      public static final ReadingType InCriticalArray
    • ProcessorAutomaticallyThrottled

      public static final ReadingType ProcessorAutomaticallyThrottled
      Processor throttling triggered by a hardware-based mechanism operating independent from system software, such as automatic thermal throttling or throttling to limit power consumption
    • PreBootUserPasswordViolation

      public static final ReadingType PreBootUserPasswordViolation
    • OsGracefulShutdown

      public static final ReadingType OsGracefulShutdown
      System graceful power down by OS.
    • MachineCheckException

      public static final ReadingType MachineCheckException
    • PreBootSetupPasswordViolation

      public static final ReadingType PreBootSetupPasswordViolation
    • SoftOsShutdown

      public static final ReadingType SoftOsShutdown
    • PreBootNetworkPasswordViolation

      public static final ReadingType PreBootNetworkPasswordViolation
    • LANHeartbeatLost

      public static final ReadingType LANHeartbeatLost
    • AgentNotResponding

      public static final ReadingType AgentNotResponding
      Graceful shutdown request to agent via BMC did not occur due to missing or malfunctioning local agent.
    • OtherPreBootPasswordViolation

      public static final ReadingType OtherPreBootPasswordViolation
    • LANHeartbeat

      public static final ReadingType LANHeartbeat
    • OutOfBandAccessPasswordViolation

      public static final ReadingType OutOfBandAccessPasswordViolation
    • Current

      public static final ReadingType Current
    • DeviceAbsent

      public static final ReadingType DeviceAbsent
      Device Removed / Device Absent
    • Parity

      public static final ReadingType Parity
    • DevicePresent

      public static final ReadingType DevicePresent
      Device Inserted / Device Present
    • MemoryScrubFailed

      public static final ReadingType MemoryScrubFailed
    • MemoryDeviceDisabled

      public static final ReadingType MemoryDeviceDisabled
    • CorrectableEccOtherCorrectableMemoryErrorLoggingLimitReached

      public static final ReadingType CorrectableEccOtherCorrectableMemoryErrorLoggingLimitReached
      Correctable ECC / other correctable memory error logging limit reached
    • MemoryPresenceDetected

      public static final ReadingType MemoryPresenceDetected
      Indicates presence of entity associated with the sensor. Typically the entity will be a 'memory module' or other entity representing a physically replaceable unit of memory.
    • MemoryConfigurationError

      public static final ReadingType MemoryConfigurationError
      Indicates a memory configuration error for the entity associated with the sensor. This can include when a given implementation of the entity is not supported by the system (e.g., when the particular size of the memory module is unsupported) or that the entity is part of an unsupported memory configuration (e.g. the configuration is not supported because the memory module doesn't match other memory modules)
    • SpareMemoryUnit

      public static final ReadingType SpareMemoryUnit
      Indicates entity associated with the sensor represents a 'spare' unit of memory.
    • MemoryAutomaticallyThrottled

      public static final ReadingType MemoryAutomaticallyThrottled
      Memory throttling triggered by a hardware-based mechanism operating independent from system software, such as automatic thermal throttling or throttling to limit power consumption.
    • MemoryCriticalOvertemperature

      public static final ReadingType MemoryCriticalOvertemperature
      Memory device has entered a critical overtemperature state, exceeding specified operating conditions. Memory devices in this state may produce errors or become inaccessible.
    • SystemReconfigured

      public static final ReadingType SystemReconfigured
    • OemSystemBootEvent

      public static final ReadingType OemSystemBootEvent
    • ABootCompleted

      public static final ReadingType ABootCompleted
    • UndeterminedSystemHardwareFailure

      public static final ReadingType UndeterminedSystemHardwareFailure
    • TransitionToRunning

      public static final ReadingType TransitionToRunning
    • CBootCompleted

      public static final ReadingType CBootCompleted
    • EntryAddedToAuxiliaryLog

      public static final ReadingType EntryAddedToAuxiliaryLog
    • TransitionToInTest

      public static final ReadingType TransitionToInTest
    • PxeBootCompleted

      public static final ReadingType PxeBootCompleted
    • PefAction

      public static final ReadingType PefAction
    • TransitionToPowerOff

      public static final ReadingType TransitionToPowerOff
    • DiagnosticBootCompleted

      public static final ReadingType DiagnosticBootCompleted
    • TimestampClockSynch

      public static final ReadingType TimestampClockSynch
      This event can be used to record when changes are made to the timestamp clock(s) so that relative time differences between SEL entries can be determined.
    • TransitionToOnLine

      public static final ReadingType TransitionToOnLine
    • CdRomBootCompleted

      public static final ReadingType CdRomBootCompleted
    • BootSourceSelectionTimeout

      public static final ReadingType BootSourceSelectionTimeout
    • PowerSupplyConfigurationError

      public static final ReadingType PowerSupplyConfigurationError
    • TransitionToOffLine

      public static final ReadingType TransitionToOffLine
    • TimerExpired

      public static final ReadingType TimerExpired
    • RomBootCompleted

      public static final ReadingType RomBootCompleted
    • TransitionToOffDuty

      public static final ReadingType TransitionToOffDuty
    • TimerHardReset

      public static final ReadingType TimerHardReset
    • BootCompleted

      public static final ReadingType BootCompleted
      Boot device not specified.
    • PredictiveFailureDeasserted

      public static final ReadingType PredictiveFailureDeasserted
    • TransitionToDegraded

      public static final ReadingType TransitionToDegraded
    • TimerPowerDown

      public static final ReadingType TimerPowerDown
    • AcpiS5EnteredByOverride

      public static final ReadingType AcpiS5EnteredByOverride
    • LANLeashLost

      public static final ReadingType LANLeashLost
    • Predictive

      public static final ReadingType Predictive
    • TransitionToPowerSave

      public static final ReadingType TransitionToPowerSave
    • TimerPowerCycle

      public static final ReadingType TimerPowerCycle
    • AcpiLegacyOnState

      public static final ReadingType AcpiLegacyOnState
    • PowerOffOrDown

      public static final ReadingType PowerOffOrDown
    • UnauthorizedDock

      public static final ReadingType UnauthorizedDock
    • InstallError

      public static final ReadingType InstallError
    • AcpiLegacyOffState

      public static final ReadingType AcpiLegacyOffState
    • PowerCycle

      public static final ReadingType PowerCycle
    • FANAreaIntrusion

      public static final ReadingType FANAreaIntrusion
      Supports detection of hot plug fan tampering.
    • FullyRedundant

      public static final ReadingType FullyRedundant
      Indicates that full redundancy has been regained.
    • CableInterconnectConnected

      public static final ReadingType CableInterconnectConnected
    • PowerDown240V

      public static final ReadingType PowerDown240V
    • RedundancyLost

      public static final ReadingType RedundancyLost
      Entered any non-redundant state, including NonRedundant_InsufficientResources
    • AcpiUnknown

      public static final ReadingType AcpiUnknown
    • CableInterconnectConfigurationError

      public static final ReadingType CableInterconnectConfigurationError
      Incorrect cable connected / Incorrect interconnection
    • InterlockPowerDown

      public static final ReadingType InterlockPowerDown
    • RedundancyDegraded

      public static final ReadingType RedundancyDegraded
      Redundancy still exists, but at a less than full level. For example, a system has four fans, and can tolerate the failure of two of them, and presently one has failed.
    • BatteryLow

      public static final ReadingType BatteryLow
      Predictive failure.
    • PowerInputLost

      public static final ReadingType PowerInputLost
      The power source for the power unit was lost
    • NonRedundant_SufficientResourcesFromRedundant

      public static final ReadingType NonRedundant_SufficientResourcesFromRedundant
      Redundancy has been lost but unit is functioning with minimum resources needed for 'normal' operation.
    • BatteryFailed

      public static final ReadingType BatteryFailed
    • PowerUnitSoftPowerControlFailure

      public static final ReadingType PowerUnitSoftPowerControlFailure
      Unit did not respond to request to turn on.
    • Voltage

      public static final ReadingType Voltage
    • BatteryPresenceDetected

      public static final ReadingType BatteryPresenceDetected
    • PowerUnitFailure

      public static final ReadingType PowerUnitFailure
    • PowerUnitPredictiveFailure

      public static final ReadingType PowerUnitPredictiveFailure
    • BusFatalError

      public static final ReadingType BusFatalError
    • CorrectableMemoryErrorLoggingDisabled

      public static final ReadingType CorrectableMemoryErrorLoggingDisabled
    • BusDegraded

      public static final ReadingType BusDegraded
    • EventTypeLoggingDisabled

      public static final ReadingType EventTypeLoggingDisabled
    • LogAreaReset

      public static final ReadingType LogAreaReset
    • TransitionToOK

      public static final ReadingType TransitionToOK
    • AllEventLoggingDisabled

      public static final ReadingType AllEventLoggingDisabled
    • TransitionToNonCriticalFromOK

      public static final ReadingType TransitionToNonCriticalFromOK
    • FruServiceRequestButtonPressed

      public static final ReadingType FruServiceRequestButtonPressed
    • SelFull

      public static final ReadingType SelFull
    • TransitionToCriticalFromLessSevere

      public static final ReadingType TransitionToCriticalFromLessSevere
    • SelAlmostFull

      public static final ReadingType SelAlmostFull
    • TransitionToNonRecoverableFromLessSevere

      public static final ReadingType TransitionToNonRecoverableFromLessSevere
    • CorrectableMachineCheckErrorLoggingDisabled

      public static final ReadingType CorrectableMachineCheckErrorLoggingDisabled
    • TransitionToNonCriticalFromMoreSevere

      public static final ReadingType TransitionToNonCriticalFromMoreSevere
    • TransitionToCriticalFromNonRecoverable

      public static final ReadingType TransitionToCriticalFromNonRecoverable
    • SlotConnectorDeviceRemovalRequest

      public static final ReadingType SlotConnectorDeviceRemovalRequest
      This is typically connected to a switch that becomes asserted to request removal of the device)
    • TransitionToNonRecoverable

      public static final ReadingType TransitionToNonRecoverable
    • EntityDisabled

      public static final ReadingType EntityDisabled
    • InterlockAsserted

      public static final ReadingType InterlockAsserted
      This is typically connected to a switch that mechanically enables/disables power to the slot, or locks the slot in the 'Ready for Installation / Ready for Removal states' - depending on the slot implementation. The asserted state indicates that the lock-out is active.
    • Monitor

      public static final ReadingType Monitor
    • SlotDisabled

      public static final ReadingType SlotDisabled
    • SlotHoldsSpareDevice

      public static final ReadingType SlotHoldsSpareDevice
    • PlatformGeneratedPage

      public static final ReadingType PlatformGeneratedPage
    • PlatformGeneratedLanAlert

      public static final ReadingType PlatformGeneratedLanAlert
    • PlatformEventTrapGenerated

      public static final ReadingType PlatformEventTrapGenerated
    • PlatformGeneratedSnmpTrap

      public static final ReadingType PlatformGeneratedSnmpTrap
    • SessionActivated

      public static final ReadingType SessionActivated
    • SensorAccessUnavailable

      public static final ReadingType SensorAccessUnavailable
      Sensor access degraded or unavailable. A sensor that is degraded will still return valid results, but may be operating with a slower response time, or may not detect certain possible states. A sensor that is unavailable is not able to return any results
    • SessionDeactivated

      public static final ReadingType SessionDeactivated
    • ControllerAccessUnavailable

      public static final ReadingType ControllerAccessUnavailable
      Controller access degraded or unavailable. The ability to access the controller has been degraded, or access is unavailable, but the party that is doing the monitoring cannot determine which.
    • ManagementControllerOffLine

      public static final ReadingType ManagementControllerOffLine
      Controller cannot be accessed for normal operation because it has been intentionally taken off-line for a non-error condition. Note that any commands that are available must function according to specification.
    • SuccessfulHardwareChangeDetected

      public static final ReadingType SuccessfulHardwareChangeDetected
    • ManagementControllerUnavailable

      public static final ReadingType ManagementControllerUnavailable
      Controller cannot be accessed because of an error condition
    • SuccessfulSoftwareOrFWChangeDetected

      public static final ReadingType SuccessfulSoftwareOrFWChangeDetected
    • InFailedArray

      public static final ReadingType InFailedArray
    • RebuildRemapInProgress

      public static final ReadingType RebuildRemapInProgress
    • CorrectableMachineCheckError

      public static final ReadingType CorrectableMachineCheckError
    • RebuildRemapAborted

      public static final ReadingType RebuildRemapAborted
    • Ierr

      public static final ReadingType Ierr
    • ChipsetSoftPowerControlFailure

      public static final ReadingType ChipsetSoftPowerControlFailure
      Chip set did not respond to BMC request to change system power state
    • ProcessorThermalTrip

      public static final ReadingType ProcessorThermalTrip
    • ChipsetThermalTrip

      public static final ReadingType ChipsetThermalTrip
    • D0PowerState

      public static final ReadingType D0PowerState
    • D1PowerState

      public static final ReadingType D1PowerState
    • Temperature

      public static final ReadingType Temperature
    • D2PowerState

      public static final ReadingType D2PowerState
    • D3PowerState

      public static final ReadingType D3PowerState
    • CriticalStopDuringOsLoad

      public static final ReadingType CriticalStopDuringOsLoad
      Unexpected error during system startup. Stopped waiting for input or power cycle/reset.
    • RunTimeCriticalStop

      public static final ReadingType RunTimeCriticalStop
      a.k.a. 'core dump', 'blue screen'
    • DeviceDisabled

      public static final ReadingType DeviceDisabled
    • DeviceEnabled

      public static final ReadingType DeviceEnabled
    • CorrectableEcc

      public static final ReadingType CorrectableEcc
      Correctable ECC / other correctable memory error
    • UncorrectableECC

      public static final ReadingType UncorrectableECC
      Uncorrectable ECC / other uncorrectable memory error
    • LimitNotExceeded

      public static final ReadingType LimitNotExceeded
    • LimitExceeded

      public static final ReadingType LimitExceeded
    • AcpiS0G0Working

      public static final ReadingType AcpiS0G0Working
    • AcpiS1SleepingProcessorContextMaintained

      public static final ReadingType AcpiS1SleepingProcessorContextMaintained
    • PowerSupplyPresenceDetected

      public static final ReadingType PowerSupplyPresenceDetected
    • AcpiS2SleepingProcessorContextLost

      public static final ReadingType AcpiS2SleepingProcessorContextLost
    • PowerSupplyFailureDetected

      public static final ReadingType PowerSupplyFailureDetected
    • TimerInterrupt

      public static final ReadingType TimerInterrupt
    • AcpiS3SleepingProcessorContextLostMemoryRetained

      public static final ReadingType AcpiS3SleepingProcessorContextLostMemoryRetained
    • PowerSupplyPredictiveFailure

      public static final ReadingType PowerSupplyPredictiveFailure
    • Fan

      public static final ReadingType Fan
    • NonRedundant_SufficientResourcesFromInsufficientResources

      public static final ReadingType NonRedundant_SufficientResourcesFromInsufficientResources
      Unit has regained minimum resources needed for 'normal' operation. Entered from Non-redundant:Insufficient Resources.
    • AcpiS4NonVolatileSleep

      public static final ReadingType AcpiS4NonVolatileSleep
    • PowerSupplyInputLost

      public static final ReadingType PowerSupplyInputLost
    • NonRedundant_InsufficientResources

      public static final ReadingType NonRedundant_InsufficientResources
      Unit has regained minimum resources needed for 'normal' operation. Entered from Non-redundant:Insufficient Resources.
    • AcpiS5G2SoftOff

      public static final ReadingType AcpiS5G2SoftOff
    • PowerSupplyInputLostOrOutOfRange

      public static final ReadingType PowerSupplyInputLostOrOutOfRange
    • RedundancyDegradedFromFullyRedundant

      public static final ReadingType RedundancyDegradedFromFullyRedundant
      Unit has lost some redundant resource(s) but is still in a redundant state. Entered by a transition from Fully Redundant condition.
    • PerformanceMet

      public static final ReadingType PerformanceMet
    • AcpiS4S5SoftOffStateUndetermined

      public static final ReadingType AcpiS4S5SoftOffStateUndetermined
    • PowerSupplyInputOutOfRange

      public static final ReadingType PowerSupplyInputOutOfRange
    • RedundancyDegradedFromNonRedundant

      public static final ReadingType RedundancyDegradedFromNonRedundant
      Unit has regained some resource(s) and is redundant but not fully redundant. Entered from Non-redundant:Sufficient Resources or Non-redundant:Insufficient Resources.
    • PerformanceLags

      public static final ReadingType PerformanceLags
    • AcpiG3MechanicalOff

      public static final ReadingType AcpiG3MechanicalOff
    • AcpiSleepingInS1S2OrS3

      public static final ReadingType AcpiSleepingInS1S2OrS3
    • AcpiG1Sleeping

      public static final ReadingType AcpiG1Sleeping
    • FrontPanelInterrupt

      public static final ReadingType FrontPanelInterrupt
    • Informational

      public static final ReadingType Informational
    • NoBootableMedia

      public static final ReadingType NoBootableMedia
    • BusTimeout

      public static final ReadingType BusTimeout
    • NonBootableDisketteLeftInDrive

      public static final ReadingType NonBootableDisketteLeftInDrive
    • IoChannelCheckNmi

      public static final ReadingType IoChannelCheckNmi
    • PxeServerNotFound

      public static final ReadingType PxeServerNotFound
    • Software

      public static final ReadingType Software
    • InvalidBootSector

      public static final ReadingType InvalidBootSector
    • PciPErr

      public static final ReadingType PciPErr
    • GeneralChassisIntrusion

      public static final ReadingType GeneralChassisIntrusion
    • TransitionToIdle

      public static final ReadingType TransitionToIdle
    • PciSErr

      public static final ReadingType PciSErr
    • DriveBayIntrusion

      public static final ReadingType DriveBayIntrusion
    • TransitionToActive

      public static final ReadingType TransitionToActive
    • EisaFailSafeTimeout

      public static final ReadingType EisaFailSafeTimeout
    • IoCardAreaIntrusion

      public static final ReadingType IoCardAreaIntrusion
    • TransitionToBusy

      public static final ReadingType TransitionToBusy
    • BusCorrectableError

      public static final ReadingType BusCorrectableError
    • ProcessorAreaIntrusion

      public static final ReadingType ProcessorAreaIntrusion
    • BusUncorrectableError

      public static final ReadingType BusUncorrectableError
    • FatalNmi

      public static final ReadingType FatalNmi
    • PowerButtonPressed

      public static final ReadingType PowerButtonPressed
    • SleepButtonPressed

      public static final ReadingType SleepButtonPressed
    • FruNotInstalled

      public static final ReadingType FruNotInstalled
    • SlotConnectorFaultStatusAsserted

      public static final ReadingType SlotConnectorFaultStatusAsserted
    • PowerUp

      public static final ReadingType PowerUp
    • ResetButtonPressed

      public static final ReadingType ResetButtonPressed
    • LowerNonCriticalGoingLow

      public static final ReadingType LowerNonCriticalGoingLow
    • LowerNonCriticalGoingHigh

      public static final ReadingType LowerNonCriticalGoingHigh
    • LowerCriticalGoingLow

      public static final ReadingType LowerCriticalGoingLow
    • LowerCriticalGoingHigh

      public static final ReadingType LowerCriticalGoingHigh
    • LowerNonRecoverableGoingLow

      public static final ReadingType LowerNonRecoverableGoingLow
    • LowerNonRecoverableGoingHigh

      public static final ReadingType LowerNonRecoverableGoingHigh
    • UpperNonCriticalGoingLow

      public static final ReadingType UpperNonCriticalGoingLow
    • UpperNonCriticalGoingHigh

      public static final ReadingType UpperNonCriticalGoingHigh
    • UpperCriticalGoingLow

      public static final ReadingType UpperCriticalGoingLow
    • UpperCriticalGoingHigh

      public static final ReadingType UpperCriticalGoingHigh
    • UpperNonRecoverableGoingLow

      public static final ReadingType UpperNonRecoverableGoingLow
    • UpperNonRecoverableGoingHigh

      public static final ReadingType UpperNonRecoverableGoingHigh
    • UnknownOEMEvent

      public static final ReadingType UnknownOEMEvent
    • CoolingDevice

      public static final ReadingType CoolingDevice
    • OtherUnitsBasedSensor

      public static final ReadingType OtherUnitsBasedSensor
    • PostMemoryResize

      public static final ReadingType PostMemoryResize
    • ModuleBoard

      public static final ReadingType ModuleBoard
    • MicrocontrollerCoprocessor

      public static final ReadingType MicrocontrollerCoprocessor
    • AddInCard

      public static final ReadingType AddInCard
    • Chassis

      public static final ReadingType Chassis
    • OtherFru

      public static final ReadingType OtherFru
    • Terminator

      public static final ReadingType Terminator
    • MonitorAsicIc

      public static final ReadingType MonitorAsicIc
    • Unknown

      public static final ReadingType Unknown
  • Method Details

    • values

      public static ReadingType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ReadingType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getCode

      public int getCode()
    • parseInt

      public static ReadingType parseInt(SensorType sensorType, int eventReadingType, int offset)
      Determines type of discrete sensor reading.
      Parameters:
      sensorType - - SensorType of the sensor
      eventReadingType - - value received via FullSensorRecord.getEventReadingType(), CompactSensorRecord.getEventReadingType() or EventOnlyRecord.getEventReadingType()
      offset - - index of the state asserted
      Returns:
      Type of the discrete sensor reading.