Class InetIdTuple
java.lang.Object
uk.ac.manchester.spinnaker.machine.datalinks.InetIdTuple
A tuple of an IP address and a SpiNNaker link ID.
- Author:
- Christian-B
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal InetAddressThe InetAddress of this tuple which may benull.final intThe ID of this tuple. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
address
The InetAddress of this tuple which may benull. -
id
public final int idThe ID of this tuple.
-
-
Constructor Details
-
InetIdTuple
Make an instance.- Parameters:
address- The IP address of this tuple, which may benull.id- The ID of this tuple.
-
-
Method Details