Class ManagementControllerDeviceLocatorRecord

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

public class ManagementControllerDeviceLocatorRecord extends SensorRecord
This information is used for identifying management controllers on the IPMB and other internal channels, and for providing Entity and initialization information for all management controllers, including the BMC.
  • Constructor Details

    • ManagementControllerDeviceLocatorRecord

      public ManagementControllerDeviceLocatorRecord()
  • Method Details

    • getDeviceAddress

      public int getDeviceAddress()
    • setDeviceAddress

      public void setDeviceAddress(int deviceAddress)
    • getChannelNumber

      public int getChannelNumber()
    • setChannelNumber

      public void setChannelNumber(int channelNumber)
    • isSupportsChassis

      public boolean isSupportsChassis()
    • setSupportsChassis

      public void setSupportsChassis(boolean supportsChassis)
    • isSupportsBridge

      public boolean isSupportsBridge()
    • setSupportsBridge

      public void setSupportsBridge(boolean supportsBridge)
    • isSupportsIpmbEventGenerator

      public boolean isSupportsIpmbEventGenerator()
    • setSupportsIpmbEventGenerator

      public void setSupportsIpmbEventGenerator(boolean supportsIpmbEventGenerator)
    • isSupportsIpmbEventReciever

      public boolean isSupportsIpmbEventReciever()
    • setSupportsIpmbEventReciever

      public void setSupportsIpmbEventReciever(boolean supportsIpmbEventReciever)
    • isSupportsFruInventoryDevice

      public boolean isSupportsFruInventoryDevice()
    • setSupportsFruInventoryDevice

      public void setSupportsFruInventoryDevice(boolean supportsFruInventoryDevice)
    • isSupportsSelDevice

      public boolean isSupportsSelDevice()
    • setSupportsSelDevice

      public void setSupportsSelDevice(boolean supportsSelDevice)
    • isSupportsSdrRepositoryDevice

      public boolean isSupportsSdrRepositoryDevice()
    • setSupportsSdrRepositoryDevice

      public void setSupportsSdrRepositoryDevice(boolean supportsSdrRepositoryDevice)
    • isSupportsSensors

      public boolean isSupportsSensors()
    • setSupportsSensors

      public void setSupportsSensors(boolean supportsSensors)
    • getEntityId

      public int getEntityId()
    • setEntityId

      public void setEntityId(int entityId)
    • getEntityInstance

      public int getEntityInstance()
    • setEntityInstance

      public void setEntityInstance(int entityInstance)
    • getName

      public String getName()
    • setName

      public void setName(String name)