Class ExtendedCompatibilityInfo
java.lang.Object
org.sentrysoftware.ipmi.core.coding.commands.fru.record.FruRecord
org.sentrysoftware.ipmi.core.coding.commands.fru.record.MultiRecordInfo
org.sentrysoftware.ipmi.core.coding.commands.fru.record.BaseCompatibilityInfo
org.sentrysoftware.ipmi.core.coding.commands.fru.record.ExtendedCompatibilityInfo
Extended Compatibility Information record from FRU Multi Record Area
It seems to be the same as
It seems to be the same as
BaseCompatibilityInfo except of
ManagementAccessRecordType code.-
Constructor Summary
ConstructorsConstructorDescriptionExtendedCompatibilityInfo(byte[] fruData, int offset, int length) Creates and populates record -
Method Summary
Methods inherited from class org.sentrysoftware.ipmi.core.coding.commands.fru.record.BaseCompatibilityInfo
getCodeRangeMasks, getCodeStart, getCompatibilityBase, getEntityId, getManufacturerId, setCodeRangeMasks, setCodeStart, setCompatibilityBase, setEntityId, setManufacturerIdMethods inherited from class org.sentrysoftware.ipmi.core.coding.commands.fru.record.MultiRecordInfo
populateMultiRecord
-
Constructor Details
-
ExtendedCompatibilityInfo
public ExtendedCompatibilityInfo(byte[] fruData, int offset, int length) Creates and populates record- Parameters:
fruData- - raw data containing recordoffset- - offset to the record in the datalength- - length of the record
-