Class WriteFPGARegister

All Implemented Interfaces:
SerializableMessage

public class WriteFPGARegister
extends BMPRequest<BMPRequest.BMPResponse>
A request to write data to an FPGA register managed by a BMP. There is no response payload.

Calls cmd_fpga_write() in bmp_cmd.c.

See Also:
spinnaker_fpga design README listing of FPGA registers, The SpI/O project on GitHub