Class SolResponseData
java.lang.Object
org.metricshub.ipmi.core.coding.sol.SolResponseData
- All Implemented Interfaces:
ResponseData
Impementation of
ResponseData
for SolMessage
s.-
Constructor Summary
ConstructorsConstructorDescriptionSolResponseData
(byte requestSequenceNumber, SolAckState acknowledgeState, Set<SolStatus> statuses, byte acceptedCharactersNumber) Creates new instance ofSolResponseData
filled with given data. -
Method Summary
-
Constructor Details
-
SolResponseData
public SolResponseData(byte requestSequenceNumber, SolAckState acknowledgeState, Set<SolStatus> statuses, byte acceptedCharactersNumber) Creates new instance ofSolResponseData
filled with given data.- Parameters:
acknowledgeState
- Acknowledge status for corresponding request messagestatuses
- Set of statuses
-
-
Method Details