Class BMPReadMemory.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<ByteBuffer>
uk.ac.manchester.spinnaker.messages.bmp.BMPReadMemory.Response
- All Implemented Interfaces:
- Supplier<ByteBuffer>
- Enclosing class:
- BMPReadMemory
An SCP response to a request to read a region of memory on a chip. Note
 that it is up to the caller to manage the buffer position of the returned
 response if it is to be read from multiple times.
- 
Field SummaryFields inherited from class uk.ac.manchester.spinnaker.messages.scp.SCPResponseresult, sdpHeader, sequence
- 
Method SummaryModifier and TypeMethodDescriptionprotected ByteBufferparse(ByteBuffer buffer) Parse the buffer.Methods inherited from class uk.ac.manchester.spinnaker.messages.bmp.BMPRequest.PayloadedResponsegetMethods inherited from class uk.ac.manchester.spinnaker.messages.scp.SCPResponsethrowIfNotOK
- 
Method Details- 
parseDescription copied from class:BMPRequest.PayloadedResponseParse the buffer.- Specified by:
- parsein class- BMPRequest.PayloadedResponse<ByteBuffer>
- Parameters:
- buffer- The buffer to parse. Will be positioned after the message header.
- Returns:
- The data read, in a little-endian read-only buffer.
 
 
-