Uses of Enum
org.metricshub.ipmi.core.coding.rmcp.RmcpClassOfMessage
Packages that use RmcpClassOfMessage
Package
Description
The RMCP-level encoder, decoder and mesage classes.
-
Uses of RmcpClassOfMessage in org.metricshub.ipmi.core.coding.rmcp
Methods in org.metricshub.ipmi.core.coding.rmcp that return RmcpClassOfMessageModifier and TypeMethodDescriptionRmcpMessage.getClassOfMessage()static RmcpClassOfMessageRmcpClassOfMessage.parseInt(int value) static RmcpClassOfMessageReturns the enum constant of this type with the specified name.static RmcpClassOfMessage[]RmcpClassOfMessage.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.metricshub.ipmi.core.coding.rmcp with parameters of type RmcpClassOfMessageModifier and TypeMethodDescriptionvoidRmcpMessage.setClassOfMessage(RmcpClassOfMessage classOfMessage)