Package | Description |
---|---|
com.veraxsystems.vxipmi.coding.protocol |
The IPMI protocol messages, encoder and decoder.
|
com.veraxsystems.vxipmi.coding.protocol.decoder |
IPMI protocol decoder classes.
|
Modifier and Type | Method and Description |
---|---|
PayloadType |
Ipmiv20Message.getPayloadType() |
static PayloadType |
PayloadType.parseInt(int value) |
static PayloadType |
PayloadType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PayloadType[] |
PayloadType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Ipmiv20Message.setPayloadType(PayloadType payloadType) |
Modifier and Type | Method and Description |
---|---|
static PayloadType |
Protocolv20Decoder.decodePayloadType(byte payloadType) |