Class v.c.d.VMCDaemon(object):

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
def __init__(self, frequency, device, notification_manager):
Undocumented
def start(self):
Starts the Daemon
def stop(self):
Stops the Daemon
def function(self):
Function that will be called periodically
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.