Uses of Class
uk.ac.manchester.spinnaker.messages.sdp.SDPHeader.Flag
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.sdp |
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.Flag Modifier and Type Method Description static SDPHeader.Flag
SDPHeader.Flag. get(byte value)
Given a value, get theenum
member that corresponds to it.SDPHeader.Flag
SDPHeader. getFlags()
static SDPHeader.Flag
SDPHeader.Flag. valueOf(String name)
Returns the enum constant of this type with the specified name.static SDPHeader.Flag[]
SDPHeader.Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in uk.ac.manchester.spinnaker.messages.sdp with parameters of type SDPHeader.Flag Constructor Description SDPHeader(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.