Class AllocatedMachine.ConnectionInfo

java.lang.Object
uk.ac.manchester.spinnaker.alloc.client.AllocatedMachine.ConnectionInfo
Enclosing class:
AllocatedMachine

@Immutable
public static final class AllocatedMachine.ConnectionInfo
extends Object
Information about a connection to a board.
  • Constructor Details

    • ConnectionInfo

      public ConnectionInfo​(ChipLocation chip, String hostname)
      Parameters:
      chip - Which root chip (of a board) is this about?
      hostname - What's the IP address of the chip?
  • Method Details

    • getChip

      public ChipLocation getChip()
      Returns:
      Which root chip (of a board) is this about?
    • getHostname

      public String getHostname()
      Returns:
      What's the IP address of the chip?