Previous topic

spinnman.messages.scp.abstract_messages.abstract_scp_request module

Next topic

spinnman.messages.scp.impl package

This Page

spinnman.messages.scp.abstract_messages.abstract_scp_response module

class spinnman.messages.scp.abstract_messages.abstract_scp_response.AbstractSCPResponse[source]

Bases: object

Represents an abstract SCP Response

Attributes

scp_response_header The SCP header from the response
sdp_header The SDP header from the response

Abstract Methods

read_scp_response(byte_reader) Read the scp response from the given reader

Detailed Methods

read_scp_response(byte_reader)[source]

Read the scp response from the given reader

Parameters:

byte_reader (spinnman.data.abstract_byte_reader.AbstractByteReader) – The reader to read from

Returns:

Nothing is returned

Return type:

None

Raises: