Previous topic

spinnman.connections.udp_packet_connections package

Next topic

spinnman.connections.udp_packet_connections.iptag_connection module

This Page

spinnman.connections.udp_packet_connections.eieio_command_connection module

class spinnman.connections.udp_packet_connections.eieio_command_connection.EieioCommandConnection(listen_port, host_to_notify, port_to_notify)[source]

Bases: spinnman.connections.abstract_classes.abstract_udp_connection.AbstractUDPConnection, spinnman.connections.abstract_classes.udp_receivers.abstract_udp_eieio_command_receiver.AbstractUDPEIEIOCommandReceiver, spinnman.connections.abstract_classes.udp_senders.abstract_udp_eieio_command_sender.AbstractUDPEIEIOCommandSender, spinnman.connections.abstract_classes.abstract_callbackable_connection.AbstractCallbackableConnection

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_command_sender()
register_callback(callback[, traffic_type])
supports_sends_message(message)

Detailed Methods

close()[source]
connection_type()[source]
deregister_callback(callback)[source]
is_udp_eieio_command_receiver()[source]
is_udp_eieio_command_sender()[source]
register_callback(callback, traffic_type=<TRAFFIC_TYPE.EIEIO_COMMAND: 4>)[source]
supports_sends_message(message)[source]