Class FillRequest

All Implemented Interfaces:
SerializableMessage

public final class FillRequest
extends SCPRequest<EmptyResponse>
A request to fill a region of memory on a chip with repeated words of data. There is no response payload.

Calls sark_cmd_fill() in sark_base.c, or cmd_fill() in bmp_cmd.c if sent to a BMP.