Uses of Class
uk.ac.manchester.spinnaker.messages.sdp.SDPPort
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.sdp |
Messages sent and received by SDP (the SpiNNaker Datagram Protocol).
|
-
Uses of SDPPort in uk.ac.manchester.spinnaker.messages.sdp
Methods in uk.ac.manchester.spinnaker.messages.sdp that return SDPPort Modifier and Type Method Description static SDPPort
SDPPort. valueOf(String name)
Returns the enum constant of this type with the specified name.static SDPPort[]
SDPPort. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.ac.manchester.spinnaker.messages.sdp with parameters of type SDPPort Modifier and Type Method Description void
SDPHeader. setSourcePort(SDPPort port)
Set the originating SDP port.Constructors in uk.ac.manchester.spinnaker.messages.sdp with parameters of type SDPPort Constructor Description SDPHeader(SDPHeader.Flag flags, SDPLocation destination, SDPPort destinationPort)
Create a simple header with just the flags and destination set.