Class CommandsConstants

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

public final class CommandsConstants extends Object
Set of constants. Byte constants are encoded as pseudo unsigned bytes. IpmiLanConstants doesn't use TypeConverter because fields need to be runtime constants.
See Also:
  • Field Details

    • AL_HIGHEST_AVAILABLE

      public static final byte AL_HIGHEST_AVAILABLE
      Highest available authentication level
      See Also:
    • AL_CALLBACK

      public static final byte AL_CALLBACK
      Authentication level = Callback
      See Also:
    • AL_USER

      public static final byte AL_USER
      Authentication level = User
      See Also:
    • AL_OPERATOR

      public static final byte AL_OPERATOR
      Authentication level = Operator
      See Also:
    • AL_ADMINISTRATOR

      public static final byte AL_ADMINISTRATOR
      Authentication level = Administrator
      See Also:
    • AL_OEM

      public static final byte AL_OEM
      OEM-defined authentication level
      See Also: