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