Previous topic

spinnman.connections.listeners.queuers.udp_port_queuer module

Next topic

spinnman.connections.listeners.scp_listener module

This Page

spinnman.connections.listeners.port_listener module

class spinnman.connections.listeners.port_listener.PortListener(callback, queuer, no_threads=5)[source]

Bases: threading.Thread

Attributes

daemon A boolean value indicating whether this thread is a daemon thread (True) or not (False).
ident Thread identifier of this thread or None if it has not been started.
name A string used for identification purposes only.

Methods

deregister_callback(callback)
register_callback(callback)
run()
set_port(port)
stop()

Detailed Methods

deregister_callback(callback)[source]
register_callback(callback)[source]
run()[source]
set_port(port)[source]
stop()[source]