Previous topic

spinnman.messages.scp.scp_request_header module

Next topic

spinnman.messages.scp.scp_result module

This Page

spinnman.messages.scp.scp_response_header module

class spinnman.messages.scp.scp_response_header.SCPResponseHeader[source]

Bases: object

Represents the header of an SCP Response

Attributes

result The result of the SCP response
sequence The sequence number of the SCP response

Methods

read_scp_response_header(byte_reader) Read an SCP header from a byte_reader

Detailed Methods

read_scp_response_header(byte_reader)[source]

Read an SCP header from a byte_reader

Parameters:

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

Returns:

Nothing is returned

Return type:

None

Raises: