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.

  • Constructor Details

    • BMPReadMemory

      public BMPReadMemory(BMPBoard board, MemoryLocation address, int size)
      Parameters:
      board - which board to read the memory of
      address - The positive base address to start the read from
      size - The number of bytes to read, between 1 and 256
  • Method Details