Bases: spinnman.connections.abstract_classes.abstract_connection.AbstractConnection
A sender of Spinnaker Boot messages
Abstract Methods
| send_boot_message(boot_message) | Sends a SpiNNaker boot message using this connection |
Detailed Methods
Sends a SpiNNaker boot message using this connection
| Parameters: | boot_message (spinnman.messages.spinnaker_boot.spinnaker_boot_message.SpinnakerBootMessage) – The message to be sent |
|---|---|
| Returns: | Nothing is returned |
| Return type: | None |
| Raises spinnman.exceptions.SpinnmanIOException: | |
| If there is an error sending the message | |