Class ManagementControllerDeviceLocatorRecord
java.lang.Object
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.SensorRecord
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.ManagementControllerDeviceLocatorRecord
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintgetName()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetChannelNumber(int channelNumber) voidsetDeviceAddress(int deviceAddress) voidsetEntityId(int entityId) voidsetEntityInstance(int entityInstance) voidvoidsetSupportsBridge(boolean supportsBridge) voidsetSupportsChassis(boolean supportsChassis) voidsetSupportsFruInventoryDevice(boolean supportsFruInventoryDevice) voidsetSupportsIpmbEventGenerator(boolean supportsIpmbEventGenerator) voidsetSupportsIpmbEventReciever(boolean supportsIpmbEventReciever) voidsetSupportsSdrRepositoryDevice(boolean supportsSdrRepositoryDevice) voidsetSupportsSelDevice(boolean supportsSelDevice) voidsetSupportsSensors(boolean supportsSensors) Methods inherited from class org.sentrysoftware.ipmi.core.coding.commands.sdr.record.SensorRecord
getId, getRecordLength, getRecordType, getSdrVersion, populateSensorRecord, setId, setRecordLength, setRecordType, setSdrVersion
-
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
-
setName
-