Uses of Enum
org.sentrysoftware.ipmi.core.coding.commands.fru.BaseUnit
Packages that use BaseUnit
-
Uses of BaseUnit in org.sentrysoftware.ipmi.core.coding.commands.fru
Methods in org.sentrysoftware.ipmi.core.coding.commands.fru that return BaseUnitModifier and TypeMethodDescriptionGetFruInventoryAreaInfoResponseData.getFruUnit()static BaseUnitBaseUnit.parseInt(int value) static BaseUnitReturns the enum constant of this type with the specified name.static BaseUnit[]BaseUnit.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sentrysoftware.ipmi.core.coding.commands.fru with parameters of type BaseUnitModifier and TypeMethodDescriptionvoidGetFruInventoryAreaInfoResponseData.setFruUnit(BaseUnit fruUnit) Constructors in org.sentrysoftware.ipmi.core.coding.commands.fru with parameters of type BaseUnitModifierConstructorDescriptionReadFruData(int fruId, BaseUnit unit, int offset, int countToRead) Initiates ReadFruData for both encoding and decoding.ReadFruData(IpmiVersion version, CipherSuite cipherSuite, AuthenticationType authenticationType, int fruId, BaseUnit unit, int offset, int countToRead) Initiates ReadFruData for both encoding and decoding.