Class ReadSerialFlashCRC

All Implemented Interfaces:
SerializableMessage

public class ReadSerialFlashCRC
extends BMPRequest<ReadSerialFlashCRC.Response>
A request to get the CRC of serial flash memory from a BMP. The response payload is the 32-bit CRC of the given region of flash.

Calls sf_crc32() in bmp_ssp.c.