Uses of Class
uk.ac.manchester.spinnaker.connections.UDPPacket
Package | Description |
---|---|
uk.ac.manchester.spinnaker.connections |
Classes used to model types of connections that talk to SpiNNaker.
|
uk.ac.manchester.spinnaker.connections.model |
Abstract model classes for connections.
|
-
Uses of UDPPacket in uk.ac.manchester.spinnaker.connections
Methods in uk.ac.manchester.spinnaker.connections that return UDPPacket Modifier and Type Method Description protected UDPPacket
DelegatingSCPConnection. doReceiveWithAddress(int timeout)
protected UDPPacket
UDPConnection. doReceiveWithAddress(int timeout)
Receive data from the connection along with the address where the data was received from.UDPPacket
UDPConnection. receiveWithAddress(int timeout)
-
Uses of UDPPacket in uk.ac.manchester.spinnaker.connections.model
Methods in uk.ac.manchester.spinnaker.connections.model that return UDPPacket Modifier and Type Method Description UDPPacket
Connection. receiveWithAddress(int timeout)
Receive data from the connection along with the address where the data was received from.