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