Uses of Enum Class
uk.ac.manchester.spinnaker.messages.sdp.SDPHeader.Flag
Packages that use SDPHeader.Flag
Package
Description
Messages sent and received by SDP (the SpiNNaker Datagram Protocol).
-
Uses of SDPHeader.Flag in uk.ac.manchester.spinnaker.messages.sdp
Methods in uk.ac.manchester.spinnaker.messages.sdp that return SDPHeader.FlagModifier and TypeMethodDescriptionstatic SDPHeader.Flag
SDPHeader.Flag.get
(byte value) Given a value, get theenum
member that corresponds to it.SDPHeader.getFlags()
static SDPHeader.Flag
Returns the enum constant of this class with the specified name.static SDPHeader.Flag[]
SDPHeader.Flag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in uk.ac.manchester.spinnaker.messages.sdp with parameters of type SDPHeader.FlagModifierConstructorDescriptionSDPHeader
(SDPHeader.Flag flags, SDPLocation destination, int destinationPort) Create a simple header with just the flags and destination set.SDPHeader
(SDPHeader.Flag flags, SDPLocation destination, SDPPort destinationPort) Create a simple header with just the flags and destination set.