Bases: object
| Parameters: |
|
|---|---|
| Raises spinnman.exceptions.SpinnmanIOException: | |
If there is an error setting up the communication channel |
|
Attributes
| can_send | a helper property method to check if this connection can send |
| local_ip_address | The local IP address to which the connection is bound. |
| local_port | The local port to which the connection is bound. |
| remote_ip_address | The remote ip address to which the connection is connected. |
| remote_port | The remote port to which the connection is connected. |
Abstract Methods
| connection_type() | method to help identify the connection |
| supports_sends_message(message) | helper method to verify if the connection can deal with this message |
Methods
| close() | See spinnman.connections.abstract_connection.AbstractConnection.close() |
| is_connected() | See spinnman.connections.AbstractConnection.abstract_connection.is_connected() |
Detailed Methods