Class ReadSerialFlashCRC.Response
java.lang.Object
uk.ac.manchester.spinnaker.messages.scp.SCPResponse
uk.ac.manchester.spinnaker.messages.bmp.BMPRequest.BMPResponse
uk.ac.manchester.spinnaker.messages.bmp.BMPRequest.PayloadedResponse<Integer>
uk.ac.manchester.spinnaker.messages.bmp.ReadSerialFlashCRC.Response
- Enclosing class:
- ReadSerialFlashCRC
protected final class ReadSerialFlashCRC.Response extends BMPRequest.PayloadedResponse<Integer>
An SCP response to a request to get the CRC of serial flash.
-
Field Summary
Fields inherited from class uk.ac.manchester.spinnaker.messages.scp.SCPResponse
result, sdpHeader, sequence
-
Method Summary
Modifier and Type Method Description protected Integer
parse(ByteBuffer buffer)
Parse the buffer.Methods inherited from class uk.ac.manchester.spinnaker.messages.bmp.BMPRequest.PayloadedResponse
get
-
Method Details
-
parse
Description copied from class:BMPRequest.PayloadedResponse
Parse the buffer.- Specified by:
parse
in classBMPRequest.PayloadedResponse<Integer>
- Parameters:
buffer
- The buffer to parse. Will be positioned after the message header.- Returns:
- The CRC.
-