Uses of Class
uk.ac.manchester.spinnaker.messages.scp.SCPResult
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.model |
Model support classes for the communication messages.
|
uk.ac.manchester.spinnaker.messages.scp |
The messages of SpiNNaker Control Protocol (SCP).
|
uk.ac.manchester.spinnaker.transceiver |
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 SCPResult Modifier and Type Field Description 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 SCPResult Constructor Description UnexpectedResponseCodeException(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 SCPResult Modifier and Type Field Description SCPResult
SCPResponse. result
The result of the SCP response.Methods in uk.ac.manchester.spinnaker.messages.scp that return SCPResult Modifier and Type Method Description static SCPResult
SCPResult. get(short value)
Decode a result.SCPResult
SCPResultMessage. getResult()
static SCPResult
SCPResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static SCPResult[]
SCPResult. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SCPResult in uk.ac.manchester.spinnaker.transceiver
Fields in uk.ac.manchester.spinnaker.transceiver declared as SCPResult Modifier and Type Field Description SCPResult
ProcessException. responseCode
The response that cause this exception to be thrown, if known.