Bases: spinnman.connections.abstract_classes.abstract_udp_connection.AbstractUDPConnection, spinnman.connections.abstract_classes.udp_receivers.abstract_udp_sdp_receiver.AbstractUDPSDPReceiver, spinnman.connections.abstract_classes.udp_senders.abstract_udp_sdp_sender.AbstractUDPSDPSender, spinnman.connections.abstract_classes.udp_senders.abstract_udp_scp_sender.AbstractUDPSCPSender, spinnman.connections.abstract_classes.udp_receivers.abstract_udp_scp_receiver.AbstractUDPSCPReceiver
Attributes
| can_send | a helper property method to check if this connection can send |
| chip_x | |
| chip_y | |
| 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
| connection_type() | |
| is_scp_receiver() | |
| is_sdp_reciever() | |
| is_udp_scp_receiver() | |
| is_udp_scp_sender() | |
| is_udp_sdp_reciever() | |
| is_udp_sdp_sender() | |
| supports_sends_message(message) |
Detailed Methods