Uses of Enum Class
uk.ac.manchester.spinnaker.messages.sdp.SDPPort
Packages that use SDPPort
Package
Description
Messages sent and received by SDP (the SpiNNaker Datagram Protocol).
Fast data download protocol.
-
Uses of SDPPort in uk.ac.manchester.spinnaker.messages.sdp
Methods in uk.ac.manchester.spinnaker.messages.sdp that return SDPPortModifier and TypeMethodDescriptionstatic SDPPort
Returns the enum constant of this class with the specified name.static SDPPort[]
SDPPort.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in uk.ac.manchester.spinnaker.messages.sdp with parameters of type SDPPortModifier and TypeMethodDescriptionvoid
SDPHeader.setSourcePort
(SDPPort port) Set the originating SDP port.Constructors in uk.ac.manchester.spinnaker.messages.sdp with parameters of type SDPPortModifierConstructorDescriptionSDPHeader
(SDPHeader.Flag flags, SDPLocation destination, SDPPort destinationPort) Create a simple header with just the flags and destination set. -
Uses of SDPPort in uk.ac.manchester.spinnaker.protocols.download
Constructors in uk.ac.manchester.spinnaker.protocols.download with parameters of type SDPPortModifierConstructorDescriptionprotected
GatherProtocolMessage
(HasCoreLocation destination, SDPPort destPort, ByteBuffer payload) Create a protocol message.