Bases: spinnman.messages.eieio.data_messages.eieio_with_payload_data_message.EIEIOWithPayloadDataMessage
Attributes
| eieio_header | |
| is_next_element | Determine if there is another element to be read |
| max_n_elements | The maximum number of elements that can fit in the packet |
| n_elements | The number of elements in the packet |
| next_element | The next element to be read, or None if no more elements. |
| size | The size of the packet with the current contents |
Methods
| get_min_packet_length() |
Detailed Methods