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