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 ofSolOutboundOperationFieldfrom raw byte.SolOutboundOperationField(SolAckState ackState, Set<SolOperation> operations) Creates new instance ofSolOutboundOperationFieldfilled with given data. -
Method Summary
Modifier and TypeMethodDescriptionbyteConvert this object to it's raw, byte representation.
-
Constructor Details
-
SolOutboundOperationField
Creates new instance ofSolOutboundOperationFieldfilled 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 ofSolOutboundOperationFieldfrom 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.
-