Class ChassisInfo
java.lang.Object
org.sentrysoftware.ipmi.core.coding.commands.fru.record.FruRecord
org.sentrysoftware.ipmi.core.coding.commands.fru.record.ChassisInfo
FRU record containing Chassis info.
This area is used to hold Serial Number, Part Number, and other information about the system chassis.
This area is used to hold Serial Number, Part Number, and other information about the system chassis.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]voidsetChassisPartNumber(String chassisPartNumber) voidsetChassisSerialNumber(String chassisSerialNumber) voidsetChassisType(ChassisType chassisType)
-
Constructor Details
-
ChassisInfo
public ChassisInfo(byte[] fruData, int offset) Creates and populates record- Parameters:
fruData- - raw data containing recordoffset- - offset to the record in the data
-
-
Method Details
-
getChassisType
-
setChassisType
-
getChassisPartNumber
-
setChassisPartNumber
-
getChassisSerialNumber
-
setChassisSerialNumber
-
getCustomChassisInfo
-