tankSocket property
final
The address of the tank. The port is ignored.
The Tank is a model rover that has all the same programs as the rover. This field does not include port numbers because ports are specific to the program, and the tank will have many programs running. Instead, the IP address of all the other programs should be swapped with the tank when it's being used.
Implementation
final SocketInfo tankSocket;