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 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: |
|