Enum PayloadType
- All Implemented Interfaces:
Serializable,Comparable<PayloadType>
Types of IPMI packet payload
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionintgetCode()static PayloadTypeparseInt(int value) static PayloadTypeReturns the enum constant of this type with the specified name.static PayloadType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Ipmi
IPMI packet -
Sol
Serial over LAN packet -
Oem
OEM Explicit -
RmcpOpenSessionRequest
-
RmcpOpenSessionResponse
-
Rakp1
RAKP Message 1 -
Rakp2
RAKP Message 2 -
Rakp3
RAKP Message 3 -
Rakp4
RAKP Message 4 -
Oem0
-
Oem1
-
Oem2
-
Oem3
-
Oem4
-
Oem5
-
Oem6
-
Oem7
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getCode
public int getCode() -
parseInt
-