Class GenericDeviceLocatorRecord
java.lang.Object
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.SensorRecord
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.GenericDeviceLocatorRecord
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintgetBusId()intintintintintintgetName()voidsetAccessLun(int accessLun) voidsetAddressSpan(int addressSpan) voidsetBusId(int busId) voidsetChannelNumber(int channelNumber) voidsetDeviceAccessAddress(int deviceAccessAddress) voidsetDeviceSlaveAddress(int deviceSlaveAddress) voidsetDeviceType(DeviceType deviceType) voidsetDeviceTypeModifier(int deviceTypeModifier) voidsetEntityId(int entityId) voidsetEntityInstance(int entityInstance) voidMethods inherited from class org.sentrysoftware.ipmi.core.coding.commands.sdr.record.SensorRecord
getId, getRecordLength, getRecordType, getSdrVersion, populateSensorRecord, setId, setRecordLength, setRecordType, setSdrVersion
-
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
-
setDeviceType
-
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
-
setName
-