Interface w.c.i.IDialer(Interface):

Part of wader.common.interfaces View In Hierarchy

Known implementations: wader.common.dialer.Dialer

No interface docstring
Method check_assumptions Returns a list with all the assumptions not satisfied
Method check_permissions Returns a list with all the permission problems
Method configure Configures the dialer with config for device
Method connect Returns a Deferred that will be callbacked when we connect to Internet
Method disconnect Returns a Deferred that will be cbk'ed when we are disconnected
def check_assumptions():

Returns a list with all the assumptions not satisfied

Its response is meant to be used as the input for an error dialog that will be shown at startup to inform about any potential errors or misconfigured files
def check_permissions():

Returns a list with all the permission problems

Its response is meant to be used as the input for an error dialog that will be shown at startup to inform about any potential errors or misconfigured files
def configure(config, device):
Configures the dialer with config for device
def connect():
Returns a Deferred that will be callbacked when we connect to Internet
def disconnect():
Returns a Deferred that will be cbk'ed when we are disconnected
API Documentation for wader-core, generated by pydoctor at 2008-08-27 16:53:37.