Class BoardInfo
java.lang.Object
org.sentrysoftware.ipmi.core.coding.commands.fru.record.FruRecord
org.sentrysoftware.ipmi.core.coding.commands.fru.record.BoardInfo
FRU record containing Board info.
This area provides Serial Number, Part Number, and other information about the board that the FRU Information Device is located on.
This area provides Serial Number, Part Number, and other information about the board that the FRU Information Device is located on.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]byte[]voidsetBoardManufacturer(String boardManufacturer) voidsetBoardPartNumber(String boardPartNumber) voidsetBoardProductName(String boardProductName) voidsetBoardSerialNumber(String boardSerialNumber) voidsetCustomBoardInfo(String[] customBoardInfo) voidsetFruFileId(byte[] fruFileId) voidsetMfgDate(Date mfgDate)
-
Constructor Details
-
BoardInfo
public BoardInfo(byte[] fruData, int offset) Creates and populates record- Parameters:
fruData- - raw data containing recordoffset- - offset to the record in the data
-
-
Method Details
-
getMfgDate
-
setMfgDate
-
getBoardManufacturer
-
setBoardManufacturer
-
getBoardProductName
-
setBoardProductName
-
getBoardSerialNumber
-
setBoardSerialNumber
-
getBoardPartNumber
-
setBoardPartNumber
-
getFruFileId
public byte[] getFruFileId() -
setFruFileId
public void setFruFileId(byte[] fruFileId) -
getCustomBoardInfo
-
setCustomBoardInfo
-