Class UpdateFlash

All Implemented Interfaces:
SerializableMessage

public final class UpdateFlash
extends BMPRequest<BMPRequest.BMPResponse>
A request to update flash memory on a BMP. Must have already been prepared with EraseFlash and WriteFlashBuffer. There is no response payload.

This calls flash_copy() in bmp_boot.c.