Class Addresses
java.lang.Object
uk.ac.manchester.spinnaker.messages.model.Addresses
public final class Addresses extends Object
The IP addresses associated with a SpiNNaker board.
-
Field Summary
Fields Modifier and Type Field Description InetAddress
bmpIPAddress
The IPv4 address of the BMP.InetAddress
spinIPAddress
The IPv4 address of the managed SpiNNaker board. -
Constructor Summary
Constructors Constructor Description Addresses(InetAddress bmpIPAddress, InetAddress spinIPAddress)
-
Method Summary
-
Field Details
-
bmpIPAddress
The IPv4 address of the BMP. -
spinIPAddress
The IPv4 address of the managed SpiNNaker board.
-
-
Constructor Details
-
Addresses
- Parameters:
bmpIPAddress
- The IPv4 address of the BMP.spinIPAddress
- The IPv4 address of the managed SpiNNaker board.
-