Class BaseCompatibilityInfo
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
- Direct Known Subclasses:
ExtendedCompatibilityInfo
Base Compatibility Information record from FRU Multi Record Area
-
Constructor Summary
ConstructorsConstructorDescriptionBaseCompatibilityInfo(byte[] fruData, int offset, int length) Creates and populates record -
Method Summary
Modifier and TypeMethodDescriptionbyte[]intintintvoidsetCodeRangeMasks(byte[] codeRangeMasks) voidsetCodeStart(int codeStart) voidsetCompatibilityBase(int compatibilityBase) voidsetEntityId(EntityId entityId) voidsetManufacturerId(int manufacturerId) Methods inherited from class org.sentrysoftware.ipmi.core.coding.commands.fru.record.MultiRecordInfo
populateMultiRecord
-
Constructor Details
-
BaseCompatibilityInfo
public BaseCompatibilityInfo(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
-
-
Method Details
-
getManufacturerId
public int getManufacturerId() -
setManufacturerId
public void setManufacturerId(int manufacturerId) -
getEntityId
-
setEntityId
-
getCompatibilityBase
public int getCompatibilityBase() -
setCompatibilityBase
public void setCompatibilityBase(int compatibilityBase) -
getCodeStart
public int getCodeStart() -
setCodeStart
public void setCodeStart(int codeStart) -
getCodeRangeMasks
public byte[] getCodeRangeMasks() -
setCodeRangeMasks
public void setCodeRangeMasks(byte[] codeRangeMasks)
-