Part of wader.common.daemon View In Hierarchy
Known subclasses: wader.common.daemon.CellTypeDaemon, wader.common.daemon.NetworkSpeedDaemon, wader.common.daemon.SignalQualityDaemon
I represent a Daemon in Wader
A Daemon is an entity that performs a repetitive action, like polling signal quality from the datacard. A Daemon will emit fake notifications built out of the action's response.Method | __init__ | Undocumented |
Method | __repr__ | Undocumented |
Method | start | Starts the Daemon |
Method | stop | Stops the Daemon |
Method | function | Function that will be called periodically |