Class WriteFPGAData

All Implemented Interfaces:
SerializableMessage

public class WriteFPGAData
extends BMPRequest<BMPRequest.BMPResponse>
A request to upload a chunk of FPGA initialisation data. Must have been set up by InitFPGA. The upload process will be terminated by ResetFPGA. There is no response payload.

Calls ssp1_copy() in bmp_ssp.c.