Class GenericDeviceLocatorRecord

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

public class GenericDeviceLocatorRecord extends SensorRecord
This record is used to store the location and type information for devices on the IPMB or management controller private busses that are neither IPMI FRU devices nor IPMI management controllers.
  • Constructor Details

    • GenericDeviceLocatorRecord

      public GenericDeviceLocatorRecord()
  • Method Details

    • getDeviceAccessAddress

      public int getDeviceAccessAddress()
    • setDeviceAccessAddress

      public void setDeviceAccessAddress(int deviceAccessAddress)
    • getDeviceSlaveAddress

      public int getDeviceSlaveAddress()
    • setDeviceSlaveAddress

      public void setDeviceSlaveAddress(int deviceSlaveAddress)
    • getChannelNumber

      public int getChannelNumber()
    • setChannelNumber

      public void setChannelNumber(int channelNumber)
    • getAccessLun

      public int getAccessLun()
    • setAccessLun

      public void setAccessLun(int accessLun)
    • getBusId

      public int getBusId()
    • setBusId

      public void setBusId(int busId)
    • getAddressSpan

      public int getAddressSpan()
    • setAddressSpan

      public void setAddressSpan(int addressSpan)
    • getDeviceType

      public DeviceType getDeviceType()
    • setDeviceType

      public void setDeviceType(DeviceType deviceType)
    • getDeviceTypeModifier

      public int getDeviceTypeModifier()
    • setDeviceTypeModifier

      public void setDeviceTypeModifier(int deviceTypeModifier)
    • 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)