Uses of Enum
org.sentrysoftware.ipmi.core.coding.payload.sol.SolAckState
Packages that use SolAckState
Package
Description
-
Uses of SolAckState in org.sentrysoftware.ipmi.core.coding.payload.sol
Methods in org.sentrysoftware.ipmi.core.coding.payload.sol that return SolAckStateModifier and TypeMethodDescriptionstatic SolAckStateSolAckState.extractFromByte(byte value) ExtractsSolAckStatefrom given byte.SolInboundStatusField.getAckState()SolOutboundOperationField.getAckState()static SolAckStateReturns the enum constant of this type with the specified name.static SolAckState[]SolAckState.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.sentrysoftware.ipmi.core.coding.payload.sol with parameters of type SolAckStateModifierConstructorDescriptionSolInboundStatusField(SolAckState ackState, Set<SolStatus> statuses) Creates new instance ofSolInboundStatusFieldfilled with given data.SolOutboundOperationField(SolAckState ackState, Set<SolOperation> operations) Creates new instance ofSolOutboundOperationFieldfilled with given data. -
Uses of SolAckState in org.sentrysoftware.ipmi.core.coding.sol
Methods in org.sentrysoftware.ipmi.core.coding.sol that return SolAckStateConstructors in org.sentrysoftware.ipmi.core.coding.sol with parameters of type SolAckStateModifierConstructorDescriptionSolCoder(byte[] message, byte ackNackSequenceNumber, byte acceptedCharacters, SolAckState ackState, Set<SolOperation> operations, CipherSuite cipherSuite) Creates newSolCoder.SolCoder(byte ackNackSequenceNumber, byte acceptedCharacters, SolAckState ackState, CipherSuite cipherSuite) Creates newSolCoder.SolResponseData(byte requestSequenceNumber, SolAckState acknowledgeState, Set<SolStatus> statuses, byte acceptedCharactersNumber) Creates new instance ofSolResponseDatafilled with given data.