Class PowerSupplyInfo
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.PowerSupplyInfo
Power Supply Information record from FRU Multi Record Area
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintintintintintvoidsetCapacity(int capacity) voidsetHighEndInputFrequencyRange(int highEndInputFrequencyRange) voidsetHighEndInputVoltage1(int highEndInputVoltage1) voidsetHighEndInputVoltage2(int highEndInputVoltage2) voidsetLowEndInputFrequencyRange(int lowEndInputFrequencyRange) voidsetLowEndInputVoltage1(int lowEndInputVoltage1) voidsetLowEndInputVoltage2(int lowEndInputVoltage2) voidsetMaximumInrush(int maximumInrush) voidsetPeakVa(int peakVa) Methods inherited from class org.sentrysoftware.ipmi.core.coding.commands.fru.record.MultiRecordInfo
populateMultiRecord
-
Constructor Details
-
PowerSupplyInfo
public PowerSupplyInfo(byte[] fruData, int offset) Creates and populates record- Parameters:
fruData- - raw data containing recordoffset- - offset to the record in the data
-
-
Method Details
-
getCapacity
public int getCapacity() -
setCapacity
public void setCapacity(int capacity) -
getPeakVa
public int getPeakVa() -
setPeakVa
public void setPeakVa(int peakVa) -
getMaximumInrush
public int getMaximumInrush() -
setMaximumInrush
public void setMaximumInrush(int maximumInrush) -
getLowEndInputVoltage1
public int getLowEndInputVoltage1() -
setLowEndInputVoltage1
public void setLowEndInputVoltage1(int lowEndInputVoltage1) -
getHighEndInputVoltage1
public int getHighEndInputVoltage1() -
setHighEndInputVoltage1
public void setHighEndInputVoltage1(int highEndInputVoltage1) -
getLowEndInputVoltage2
public int getLowEndInputVoltage2() -
setLowEndInputVoltage2
public void setLowEndInputVoltage2(int lowEndInputVoltage2) -
getHighEndInputVoltage2
public int getHighEndInputVoltage2() -
setHighEndInputVoltage2
public void setHighEndInputVoltage2(int highEndInputVoltage2) -
getLowEndInputFrequencyRange
public int getLowEndInputFrequencyRange() -
setLowEndInputFrequencyRange
public void setLowEndInputFrequencyRange(int lowEndInputFrequencyRange) -
getHighEndInputFrequencyRange
public int getHighEndInputFrequencyRange() -
setHighEndInputFrequencyRange
public void setHighEndInputFrequencyRange(int highEndInputFrequencyRange)
-