Class RmcpConstants
java.lang.Object
org.metricshub.ipmi.core.coding.rmcp.RmcpConstants
Set of constants.
Byte constants are encoded as pseudo unsigned bytes.
RMCPConstants doesn't use
TypeConverter
because
fields need to be runtime constants.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
IANA Enterprise Number = ASF IANAstatic final byte
ASF Message type = Presence Pingstatic final byte
RMCP version 1.0 -
Method Summary
-
Field Details
-
RMCP_V1_0
public static final byte RMCP_V1_0RMCP version 1.0- See Also:
-
ASFIANA
public static final int ASFIANAIANA Enterprise Number = ASF IANA- See Also:
-
PRESENCE_PING
public static final byte PRESENCE_PINGASF Message type = Presence Ping- See Also:
-