Class BMPReadMemory

All Implemented Interfaces:
SerializableMessage

public class BMPReadMemory
extends BMPRequest<BMPReadMemory.Response>
A request to read a region of memory from a BMP. The response payload is a read-only little-endian ByteBuffer intended to be read once.

Calls cmd_read() in bmp_cmd.c.