Uses of Enum
org.sentrysoftware.ipmi.core.coding.payload.sol.SolOperation
Packages that use SolOperation
Package
Description
The API for Serial Over LAN (SOL) communication for IPMI.
-
Uses of SolOperation in org.sentrysoftware.ipmi.core.api.sol
Methods in org.sentrysoftware.ipmi.core.api.sol with parameters of type SolOperationModifier and TypeMethodDescriptionbooleanSerialOverLan.invokeOperations(SolOperation... operations) Invokes given SOL-specific operations on remote serial port. -
Uses of SolOperation in org.sentrysoftware.ipmi.core.coding.payload.sol
Methods in org.sentrysoftware.ipmi.core.coding.payload.sol that return SolOperationModifier and TypeMethodDescriptionstatic SolOperationReturns the enum constant of this type with the specified name.static SolOperation[]SolOperation.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 SolOperationConstructor parameters in org.sentrysoftware.ipmi.core.coding.payload.sol with type arguments of type SolOperationModifierConstructorDescriptionSolOutboundOperationField(SolAckState ackState, Set<SolOperation> operations) Creates new instance ofSolOutboundOperationFieldfilled with given data. -
Uses of SolOperation in org.sentrysoftware.ipmi.core.coding.sol
Constructor parameters in org.sentrysoftware.ipmi.core.coding.sol with type arguments of type SolOperationModifierConstructorDescriptionSolCoder(byte[] message, byte ackNackSequenceNumber, byte acceptedCharacters, SolAckState ackState, Set<SolOperation> operations, CipherSuite cipherSuite) Creates newSolCoder.SolCoder(Set<SolOperation> operations, CipherSuite cipherSuite) Creates newSolCoder.