Class GetFPGAResetStatus

All Implemented Interfaces:
SerializableMessage

public class GetFPGAResetStatus
extends BMPRequest<GetFPGAResetStatus.Response>
Get the reset status of the FPGAs managed by a BMP. The response payload is a boolean, true if the reset bit is asserted for the given FPGAs.

Calls cmd_read() in bmp_cmd.c with special parameters and parses the result.