Class OemInfo
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.OemInfo
OEM record from FRU Multi Record Area
-
Constructor Summary
ConstructorsConstructorDescriptionOemInfo(byte[] fruData, int offset, int length) Creates and populates record -
Method Summary
Modifier and TypeMethodDescriptionintbyte[]voidsetManufacturerId(int manufacturerId) voidsetOemData(byte[] oemData) Methods inherited from class org.sentrysoftware.ipmi.core.coding.commands.fru.record.MultiRecordInfo
populateMultiRecord
-
Constructor Details
-
OemInfo
public OemInfo(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) -
getOemData
public byte[] getOemData() -
setOemData
public void setOemData(byte[] oemData)
-