Uses of Class
uk.ac.manchester.spinnaker.connections.UDPConnection.TrafficClass
Package | Description |
---|---|
uk.ac.manchester.spinnaker.connections |
Classes used to model types of connections that talk to SpiNNaker.
|
-
Uses of UDPConnection.TrafficClass in uk.ac.manchester.spinnaker.connections
Methods in uk.ac.manchester.spinnaker.connections that return UDPConnection.TrafficClass Modifier and Type Method Description static UDPConnection.TrafficClass
UDPConnection.TrafficClass. valueOf(String name)
Returns the enum constant of this type with the specified name.static UDPConnection.TrafficClass[]
UDPConnection.TrafficClass. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in uk.ac.manchester.spinnaker.connections with parameters of type UDPConnection.TrafficClass Constructor Description UDPConnection(InetAddress localHost, Integer localPort, InetAddress remoteHost, Integer remotePort, UDPConnection.TrafficClass trafficClass)
Main constructor, any argument of which couldnull
.