Bases: spinnman.messages.eieio.data_messages.eieio_data_message.EIEIODataMessage
An EIEIO message without a payload
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
| add_key(key) | Add a key to the packet |
Detailed Methods