Uses of Enum Class
uk.ac.manchester.spinnaker.messages.scp.SCPResult
Packages that use SCPResult
Package
Description
Model support classes for the communication messages.
The messages of SpiNNaker Control Protocol (SCP).
How to actually talk to a SpiNNaker machine.
-
Uses of SCPResult in uk.ac.manchester.spinnaker.messages.model
Fields in uk.ac.manchester.spinnaker.messages.model declared as SCPResultModifier and TypeFieldDescriptionfinal SCPResult
UnexpectedResponseCodeException.response
The response that cause this exception to be thrown, if known.Constructors in uk.ac.manchester.spinnaker.messages.model with parameters of type SCPResultModifierConstructorDescriptionUnexpectedResponseCodeException
(String operation, Enum<?> command, SCPResult response) UnexpectedResponseCodeException
(String operation, Enum<?> command, SCPResult response, Object ignored) Special constructor for one-way operations. -
Uses of SCPResult in uk.ac.manchester.spinnaker.messages.scp
Fields in uk.ac.manchester.spinnaker.messages.scp declared as SCPResultModifier and TypeFieldDescriptionfinal SCPResult
SCPResponse.result
The result of the SCP response.Methods in uk.ac.manchester.spinnaker.messages.scp that return SCPResultModifier and TypeMethodDescriptionstatic SCPResult
SCPResult.get
(short value) Decode a result.SCPResultMessage.getResult()
static SCPResult
Returns the enum constant of this class with the specified name.static SCPResult[]
SCPResult.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SCPResult in uk.ac.manchester.spinnaker.transceiver
Fields in uk.ac.manchester.spinnaker.transceiver declared as SCPResultModifier and TypeFieldDescriptionfinal SCPResult
ProcessException.responseCode
The response that cause this exception to be thrown, if known.