Class ReadIPAddress

All Implemented Interfaces:
SerializableMessage

public class ReadIPAddress
extends BMPRequest<ReadIPAddress.Response>
A request for the IP address data from a BMP. The response payload is the pair of addresses that the board is configured to have.

Handled by cmd_bmp_info() in bmp_cmd.c.