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 SCPResultUnexpectedResponseCodeException.responseThe 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 SCPResultSCPResponse.resultThe result of the SCP response.Methods in uk.ac.manchester.spinnaker.messages.scp that return SCPResultModifier and TypeMethodDescriptionstatic SCPResultSCPResult.get(short value) Decode a result.SCPResultMessage.getResult()static SCPResultReturns 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 SCPResultProcessException.responseCodeThe response that cause this exception to be thrown, if known.