Bases: object
A marker interface for possible data elements in the EIEIO data packet
Abstract Methods
| write_element(eieio_type, byte_writer) | Write the element to the writer given the type |
Detailed Methods
Write the element to the writer given the type
| Parameters: |
|
|---|---|
| Raises SpinnmanInvalidParameterException: | |
If the type is incompatible with the element |
|