Class Addresses
java.lang.Object
uk.ac.manchester.spinnaker.messages.model.Addresses
The IP addresses associated with a SpiNNaker board.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal InetAddress
The IPv4 address of the BMP.final InetAddress
The IPv4 address of the managed SpiNNaker board. -
Constructor Summary
Constructors -
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.
-