java.lang.Object
uk.ac.manchester.spinnaker.machine.datalinks.InetIdTuple

@Immutable
public final class InetIdTuple
extends Object
A tuple of an IP address and a SpiNNaker link ID.
Author:
Christian-B
  • Field Details

    • address

      public final InetAddress address
      The InetAddress of this tuple which may be null.
    • id

      public final int id
      The ID of this tuple.
  • Constructor Details

    • InetIdTuple

      public InetIdTuple​(InetAddress address, int id)
      Make an instance.
      Parameters:
      address - The IP address of this tuple, which may be null.
      id - The ID of this tuple.
  • Method Details