Package | Description |
---|---|
com.veraxsystems.vxipmi.coding.commands.fru |
FRU related commands.
|
Modifier and Type | Method and Description |
---|---|
BaseUnit |
GetFruInventoryAreaInfoResponseData.getFruUnit() |
static BaseUnit |
BaseUnit.parseInt(int value) |
static BaseUnit |
BaseUnit.valueOf(java.lang.String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
void |
GetFruInventoryAreaInfoResponseData.setFruUnit(BaseUnit fruUnit) |
Constructor and Description |
---|
ReadFruData(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.
|