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 byteAuthentication level = Administratorstatic final byteAuthentication level = Callbackstatic final byteHighest available authentication levelstatic final byteOEM-defined authentication levelstatic final byteAuthentication level = Operatorstatic final byteAuthentication 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:
-