Uses of Class
uk.ac.manchester.spinnaker.messages.sdp.SDPMessage
Package | Description |
---|---|
uk.ac.manchester.spinnaker.connections |
Classes used to model types of connections that talk to SpiNNaker.
|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of SDPMessage in uk.ac.manchester.spinnaker.connections
Methods in uk.ac.manchester.spinnaker.connections that return SDPMessage Modifier and Type Method Description SDPMessage
BMPConnection. receiveMessage(int timeout)
SDPMessage
SDPConnection. receiveMessage(int timeout)
Methods in uk.ac.manchester.spinnaker.connections with parameters of type SDPMessage Modifier and Type Method Description void
SDPConnection. send(SDPMessage sdpMessage)
Sends an SDP message down this connection. -
Uses of SDPMessage in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type SDPMessage Modifier and Type Method Description void
Transceiver. sendSDPMessage(SDPMessage message, SDPConnection connection)
default void
TransceiverInterface. sendSDPMessage(@NotNull SDPMessage message)
Sends an SDP message using one of the connections.void
TransceiverInterface. sendSDPMessage(@NotNull SDPMessage message, SDPConnection connection)
Sends an SDP message using one of the connections.