Uses of Enum
org.sentrysoftware.ipmi.core.coding.protocol.PayloadType
Packages that use PayloadType
Package
Description
The asynchronous API.
The library's API.
For synchronous API see
For synchronous API see
org.sentrysoftware.ipmi.core.api.sync, for asynchronous API see org.sentrysoftware.ipmi.core.api.asyncThe part of library responsible for message encoding and decoding.
The package containing command wrappers.
The IPMI protocol messages, encoder and decoder.
IPMI protocol decoder classes.
Package responsible for
Connection management.-
Uses of PayloadType in org.sentrysoftware.ipmi.core.api.async
Methods in org.sentrysoftware.ipmi.core.api.async with parameters of type PayloadTypeModifier and TypeMethodDescriptionintIpmiAsyncConnector.retry(ConnectionHandle connectionHandle, int tag, PayloadType messagePayloadType) Attempts to retry sending a message. -
Uses of PayloadType in org.sentrysoftware.ipmi.core.api.sync
Methods in org.sentrysoftware.ipmi.core.api.sync with parameters of type PayloadTypeModifier and TypeMethodDescriptionIpmiConnector.retryMessage(ConnectionHandle connectionHandle, byte tag, PayloadType messagePayloadType) Re-sends message with given tag having givenPayloadType, using passedConnectionHandle. -
Uses of PayloadType in org.sentrysoftware.ipmi.core.coding
Methods in org.sentrysoftware.ipmi.core.coding that return PayloadType -
Uses of PayloadType in org.sentrysoftware.ipmi.core.coding.commands
Methods in org.sentrysoftware.ipmi.core.coding.commands that return PayloadType -
Uses of PayloadType in org.sentrysoftware.ipmi.core.coding.commands.payload
Methods in org.sentrysoftware.ipmi.core.coding.commands.payload that return PayloadTypeModifier and TypeMethodDescriptionabstract PayloadTypeActivatePayload.getPayloadType()ActivateSolPayload.getPayloadType()Methods in org.sentrysoftware.ipmi.core.coding.commands.payload that return types with arguments of type PayloadTypeConstructors in org.sentrysoftware.ipmi.core.coding.commands.payload with parameters of type PayloadTypeModifierConstructorDescriptionDeactivatePayload(PayloadType payloadType, int payloadInstance) Creates new instance of theDeactivatePayloadcommand for deactivating givenPayloadType.DeactivatePayload(CipherSuite cipherSuite, PayloadType payloadType, int payloadInstance) GetPayloadActivationStatus(PayloadType payloadType) GetPayloadActivationStatus(CipherSuite cipherSuite, PayloadType payloadType) -
Uses of PayloadType in org.sentrysoftware.ipmi.core.coding.protocol
Methods in org.sentrysoftware.ipmi.core.coding.protocol that return PayloadTypeModifier and TypeMethodDescriptionIpmiv20Message.getPayloadType()static PayloadTypePayloadType.parseInt(int value) static PayloadTypeReturns the enum constant of this type with the specified name.static PayloadType[]PayloadType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sentrysoftware.ipmi.core.coding.protocol with parameters of type PayloadType -
Uses of PayloadType in org.sentrysoftware.ipmi.core.coding.protocol.decoder
Methods in org.sentrysoftware.ipmi.core.coding.protocol.decoder that return PayloadTypeModifier and TypeMethodDescriptionstatic PayloadTypeProtocolv20Decoder.decodePayloadType(byte payloadType) -
Uses of PayloadType in org.sentrysoftware.ipmi.core.coding.sol
Methods in org.sentrysoftware.ipmi.core.coding.sol that return PayloadType -
Uses of PayloadType in org.sentrysoftware.ipmi.core.connection
Methods in org.sentrysoftware.ipmi.core.connection with parameters of type PayloadTypeModifier and TypeMethodDescriptionintConnection.retry(int tag, PayloadType messagePayloadType) Attempts to retry sending a message.