Class CommandCodes

java.lang.Object
org.metricshub.ipmi.core.coding.commands.CommandCodes

public final class CommandCodes extends Object
Contains command codes for IPMI commands Byte constants are encoded as pseudo unsigned bytes. IpmiLanConstants doesn't use TypeConverter because fields need to be runtime constants.
See Also:
  • Field Details

    • GET_CHASSIS_STATUS

      public static final byte GET_CHASSIS_STATUS
      An IPMI code for Get Chassis Status command
      See Also:
    • CHASSIS_CONTROL

      public static final byte CHASSIS_CONTROL
      An IPMI code for Chassis Control command
      See Also:
    • GET_FRU_INVENTORY_AREA_INFO

      public static final byte GET_FRU_INVENTORY_AREA_INFO
      An IPMI code for Get FRU Inventory Area Info command
      See Also:
    • READ_FRU_DATA

      public static final byte READ_FRU_DATA
      An IPMI code for Read FRU Data command
      See Also:
    • GET_SDR_REPOSITORY_INFO

      public static final byte GET_SDR_REPOSITORY_INFO
      An IPMI code for Get Device SDR Info command
      See Also:
    • GET_DEVICE_SDR_INFO

      public static final byte GET_DEVICE_SDR_INFO
      An IPMI code for Get Device SDR Info command
      See Also:
    • RESERVE_SDR_REPOSITORY

      public static final byte RESERVE_SDR_REPOSITORY
      An IPMI code for Reserve SDR Repository command
      See Also:
    • GET_SDR

      public static final byte GET_SDR
      An IPMI code for Get SDR command
      See Also:
    • GET_CHANNEL_AUTHENTICATION_CAPABILITIES

      public static final byte GET_CHANNEL_AUTHENTICATION_CAPABILITIES
      An IPMI code for Get Channel Authentication Capabilities command
      See Also:
    • SET_SESSION_PRIVILEGE_LEVEL

      public static final byte SET_SESSION_PRIVILEGE_LEVEL
      An IPMI code for Set Session Privilege Level command
      See Also:
    • GET_SEL_INFO

      public static final byte GET_SEL_INFO
      An IPMI code for Get SEL Info command
      See Also:
    • RESERVE_SEL

      public static final byte RESERVE_SEL
      An IPMI code for Reserve SEL command
      See Also:
    • GET_SEL_ENTRY

      public static final byte GET_SEL_ENTRY
      An IPMI code for Get SEL Entry command
      See Also:
    • GET_CHANNEL_PAYLOAD_SUPPORT

      public static final byte GET_CHANNEL_PAYLOAD_SUPPORT
      An IPMI code for Get Channel Payload Support command
      See Also:
    • ACTIVATE_PAYLOAD

      public static final byte ACTIVATE_PAYLOAD
      An IPMI code for Activate Payload command
      See Also:
    • DEACTIVATE_PAYLOAD

      public static final byte DEACTIVATE_PAYLOAD
      An IPMI code for Deactivate Payload command
      See Also:
    • GET_PAYLOAD_ACTIVATION_STATUS

      public static final byte GET_PAYLOAD_ACTIVATION_STATUS
      An IPMI code for Get Payload Activation Status command
      See Also:
    • GET_CHANNEL_CIPHER_SUITES

      public static final byte GET_CHANNEL_CIPHER_SUITES
      An IPMI code for Get Channel Cipher Suites command
      See Also: