java.lang.Object
org.sentrysoftware.ipmi.core.coding.commands.sel.SelRecord

public class SelRecord extends Object
  • Constructor Details

    • SelRecord

      public SelRecord()
  • Method Details

    • populateSelRecord

      public static SelRecord populateSelRecord(byte[] data)
    • setRecordId

      public void setRecordId(int recordId)
    • getRecordId

      public int getRecordId()
    • getRecordType

      public SelRecordType getRecordType()
    • setRecordType

      public void setRecordType(SelRecordType recordType)
    • getTimestamp

      public Date getTimestamp()
    • setTimestamp

      public void setTimestamp(Date timestamp)
    • getSensorType

      public SensorType getSensorType()
    • setSensorType

      public void setSensorType(SensorType sensorType)
    • getSensorNumber

      public int getSensorNumber()
    • setSensorNumber

      public void setSensorNumber(int sensorNumber)
    • getEventDirection

      public EventDirection getEventDirection()
    • setEventDirection

      public void setEventDirection(EventDirection eventDirection)
    • getEvent

      public ReadingType getEvent()
    • setEvent

      public void setEvent(ReadingType event)
    • getReading

      public byte getReading()
      Reading that triggered event. Provided in raw value (need to do FullSensorRecord.calcFormula(int)). Only for threshold sensors.
    • setReading

      public void setReading(byte reading)