Class SolOutboundOperationField
java.lang.Object
org.metricshub.ipmi.core.coding.payload.sol.SolOutboundOperationField
SolOutboundOperationField
is a transfer object for operation sent by this application to remote system in SolOutboundMessage
.-
Constructor Summary
ConstructorsConstructorDescriptionSolOutboundOperationField
(byte raw) Creates new instance ofSolOutboundOperationField
from raw byte.SolOutboundOperationField
(SolAckState ackState, Set<SolOperation> operations) Creates new instance ofSolOutboundOperationField
filled with given data. -
Method Summary
Modifier and TypeMethodDescriptionbyte
Convert this object to it's raw, byte representation.
-
Constructor Details
-
SolOutboundOperationField
Creates new instance ofSolOutboundOperationField
filled with given data.- Parameters:
ackState
- Acknowledge state carried by this objectoperations
- Set of SOL specific operations for outbound message
-
SolOutboundOperationField
public SolOutboundOperationField(byte raw) Creates new instance ofSolOutboundOperationField
from raw byte.- Parameters:
raw
- byte carrying information about SOL operations
-
-
Method Details
-
getOperations
-
getAckState
-
convertToByte
public byte convertToByte()Convert this object to it's raw, byte representation.
-