Class Transceiver.ConnectionDescriptor
java.lang.Object
uk.ac.manchester.spinnaker.transceiver.Transceiver.ConnectionDescriptor
- Enclosing class:
- Transceiver
public static final class Transceiver.ConnectionDescriptor extends Object
A simple description of a connnection to create.
-
Constructor Summary
Constructors Constructor Description ConnectionDescriptor(InetAddress host, int port, HasChipLocation chip)
Create a connection descriptor.ConnectionDescriptor(InetAddress hostname, HasChipLocation chip)
Create a connection descriptor. -
Method Summary
-
Constructor Details
-
ConnectionDescriptor
Create a connection descriptor.- Parameters:
hostname
- The host to talk to. The default UDP port will be used.chip
- The chip to talk to.
-
ConnectionDescriptor
Create a connection descriptor.- Parameters:
host
- The host to talk to.port
- The UDP port to talk to.chip
- The chip to talk to.
-