Class ReadIPAddress.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<Addresses>
uk.ac.manchester.spinnaker.messages.bmp.ReadIPAddress.Response
- Enclosing class:
- ReadIPAddress
protected final class ReadIPAddress.Response extends BMPRequest.PayloadedResponse<Addresses>
An SCP response to a request for IP address information.
-
Field Summary
Fields inherited from class uk.ac.manchester.spinnaker.messages.scp.SCPResponse
result, sdpHeader, sequence
-
Method Summary
Modifier and Type Method Description protected Addresses
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<Addresses>
- Parameters:
buffer
- The buffer to parse. Will be positioned after the message header.- Returns:
- The addresses of the SpiNNaker board.
-