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 InetAddress
The InetAddress of this tuple which may benull
.final int
The 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