Class CommandsConstants
java.lang.Object
org.metricshub.ipmi.core.coding.commands.CommandsConstants
Set of constants. Byte constants are encoded as pseudo unsigned bytes.
IpmiLanConstants doesn't use
TypeConverter
because fields need to be
runtime constants.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
Authentication level = Administratorstatic final byte
Authentication level = Callbackstatic final byte
Highest available authentication levelstatic final byte
OEM-defined authentication levelstatic final byte
Authentication level = Operatorstatic final byte
Authentication level = User -
Method Summary
-
Field Details
-
AL_HIGHEST_AVAILABLE
public static final byte AL_HIGHEST_AVAILABLEHighest available authentication level- See Also:
-
AL_CALLBACK
public static final byte AL_CALLBACKAuthentication level = Callback- See Also:
-
AL_USER
public static final byte AL_USERAuthentication level = User- See Also:
-
AL_OPERATOR
public static final byte AL_OPERATORAuthentication level = Operator- See Also:
-
AL_ADMINISTRATOR
public static final byte AL_ADMINISTRATORAuthentication level = Administrator- See Also:
-
AL_OEM
public static final byte AL_OEMOEM-defined authentication level- See Also:
-