Uses of Class
uk.ac.manchester.spinnaker.messages.scp.EmptyResponse
Package | Description |
---|---|
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 EmptyResponse in uk.ac.manchester.spinnaker.messages.scp
-
Uses of EmptyResponse in uk.ac.manchester.spinnaker.transceiver
Method parameters in uk.ac.manchester.spinnaker.transceiver with type arguments of type EmptyResponse Modifier and Type Method Description protected void
TxrxProcess. call(SCPRequest<EmptyResponse> request)
Do a synchronous call of an SCP operation, sending the given message and completely processing the interaction before returning its response.protected void
TxrxProcess. sendRequest(SCPRequest<EmptyResponse> request)
Send a request.