Class IpmiLanConstants
java.lang.Object
org.metricshub.ipmi.core.coding.payload.lan.IpmiLanConstants
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 byteThe address of the BMC.static final byteThe address of the remote console. -
Method Summary
-
Field Details
-
BMC_ADDRESS
public static final byte BMC_ADDRESSThe address of the BMC.- See Also:
-
REMOTE_CONSOLE_ADDRESS
public static final byte REMOTE_CONSOLE_ADDRESSThe address of the remote console.- See Also:
-