java.lang.Object
java.lang.Enum<PayloadType>
org.sentrysoftware.ipmi.core.coding.protocol.PayloadType
All Implemented Interfaces:
Serializable, Comparable<PayloadType>

public enum PayloadType extends Enum<PayloadType>
Types of IPMI packet payload
  • Enum Constant Details

    • Ipmi

      public static final PayloadType Ipmi
      IPMI packet
    • Sol

      public static final PayloadType Sol
      Serial over LAN packet
    • Oem

      public static final PayloadType Oem
      OEM Explicit
    • RmcpOpenSessionRequest

      public static final PayloadType RmcpOpenSessionRequest
    • RmcpOpenSessionResponse

      public static final PayloadType RmcpOpenSessionResponse
    • Rakp1

      public static final PayloadType Rakp1
      RAKP Message 1
    • Rakp2

      public static final PayloadType Rakp2
      RAKP Message 2
    • Rakp3

      public static final PayloadType Rakp3
      RAKP Message 3
    • Rakp4

      public static final PayloadType Rakp4
      RAKP Message 4
    • Oem0

      public static final PayloadType Oem0
    • Oem1

      public static final PayloadType Oem1
    • Oem2

      public static final PayloadType Oem2
    • Oem3

      public static final PayloadType Oem3
    • Oem4

      public static final PayloadType Oem4
    • Oem5

      public static final PayloadType Oem5
    • Oem6

      public static final PayloadType Oem6
    • Oem7

      public static final PayloadType Oem7
  • Method Details

    • values

      public static PayloadType[] 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

      public static PayloadType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getCode

      public int getCode()
    • parseInt

      public static PayloadType parseInt(int value)