Uses of Enum
org.sentrysoftware.ipmi.core.coding.payload.sol.SolStatus
Packages that use SolStatus
Package
Description
The API for Serial Over LAN (SOL) communication for IPMI.
-
Uses of SolStatus in org.sentrysoftware.ipmi.core.api.sol
Method parameters in org.sentrysoftware.ipmi.core.api.sol with type arguments of type SolStatusModifier and TypeMethodDescriptionvoidSolEventListener.processRequestEvent(Set<SolStatus> statuses) Process event sent proactively by remote server.voidSolEventListener.processResponseEvent(Set<SolStatus> statuses, byte[] correspondingRequestData, Set<SolOperation> correspondingRequestOperations) Process event sent by remote server as a response for some outbound message. -
Uses of SolStatus in org.sentrysoftware.ipmi.core.coding.payload.sol
Methods in org.sentrysoftware.ipmi.core.coding.payload.sol that return SolStatusModifier and TypeMethodDescriptionstatic SolStatusReturns the enum constant of this type with the specified name.static SolStatus[]SolStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sentrysoftware.ipmi.core.coding.payload.sol that return types with arguments of type SolStatusConstructor parameters in org.sentrysoftware.ipmi.core.coding.payload.sol with type arguments of type SolStatusModifierConstructorDescriptionSolInboundStatusField(Set<SolStatus> statuses) Creates new instance ifSolInboundStatusFieldwithout Acknowledge data.SolInboundStatusField(SolAckState ackState, Set<SolStatus> statuses) Creates new instance ofSolInboundStatusFieldfilled with given data. -
Uses of SolStatus in org.sentrysoftware.ipmi.core.coding.sol
Methods in org.sentrysoftware.ipmi.core.coding.sol that return types with arguments of type SolStatusConstructor parameters in org.sentrysoftware.ipmi.core.coding.sol with type arguments of type SolStatusModifierConstructorDescriptionSolResponseData(byte requestSequenceNumber, SolAckState acknowledgeState, Set<SolStatus> statuses, byte acceptedCharactersNumber) Creates new instance ofSolResponseDatafilled with given data.