Bases: spinnman.connections.abstract_classes.abstract_udp_connection.AbstractUDPConnection, spinnman.connections.abstract_classes.udp_receivers.abstract_udp_eieio_data_receiver.AbstractUDPEIEIODataReceiver, spinnman.connections.abstract_classes.udp_receivers.abstract_udp_eieio_command_receiver.AbstractUDPEIEIOCommandReceiver, spinnman.connections.abstract_classes.abstract_callbackable_connection.AbstractCallbackableConnection
| 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. |
Methods
| close() | |
| connection_type() | |
| deregister_callback(callback) | |
| is_udp_eieio_command_receiver() | |
| is_udp_eieio_receiver() | |
| recieve_raw(timeout) | |
| register_callback(callback, traffic_type) | |
| supports_sends_message(message) |
Detailed Methods