Class ManagementControllerConfirmationRecord

java.lang.Object
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.SensorRecord
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.ManagementControllerConfirmationRecord

public class ManagementControllerConfirmationRecord extends SensorRecord
This record can be used by utility software to record that a given controller has been discovered in the system. Later, the record information can be used by software to confirm that the same controller is still present.
  • Constructor Details

    • ManagementControllerConfirmationRecord

      public ManagementControllerConfirmationRecord()
  • Method Details

    • getDeviceSlaveAddress

      public int getDeviceSlaveAddress()
    • setDeviceSlaveAddress

      public void setDeviceSlaveAddress(int deviceSlaveAddress)
    • getDeviceId

      public int getDeviceId()
    • setDeviceId

      public void setDeviceId(int deviceId)
    • getChannelNumber

      public int getChannelNumber()
    • setChannelNumber

      public void setChannelNumber(int channelNumber)
    • getDeviceRevision

      public int getDeviceRevision()
    • setDeviceRevision

      public void setDeviceRevision(int deviceRevision)
    • getFirmwareRevision1

      public int getFirmwareRevision1()
    • setFirmwareRevision1

      public void setFirmwareRevision1(int firmwareRevision1)
    • getFirmwareRevision2

      public int getFirmwareRevision2()
    • setFirmwareRevision2

      public void setFirmwareRevision2(int firmwareRevision2)
    • getIpmiVersion

      public int getIpmiVersion()
    • setIpmiVersion

      public void setIpmiVersion(int ipmiVersion)
    • getManufacturerId

      public int getManufacturerId()
    • setManufacturerId

      public void setManufacturerId(int manufacturerId)
    • getProductId

      public int getProductId()
    • setProductId

      public void setProductId(int productId)
    • getDeviceGuid

      public byte[] getDeviceGuid()
    • setDeviceGuid

      public void setDeviceGuid(byte[] deviceGuid)