Package | Description |
---|---|
com.veraxsystems.vxipmi.coding.payload |
The IPMI payload encoders and decoders.
|
com.veraxsystems.vxipmi.coding.payload.lan |
The LAN payload format encoders and decoders.
|
Modifier and Type | Method and Description |
---|---|
static CompletionCode |
CompletionCode.parseInt(int value) |
static CompletionCode |
CompletionCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompletionCode[] |
CompletionCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CompletionCode |
IpmiLanResponse.getCompletionCode() |
CompletionCode |
IPMIException.getCompletionCode() |
Constructor and Description |
---|
IPMIException(CompletionCode completionCode) |