Class w.c.d.h.HSODialer(Object, Dialer):

Part of wader.common.dialers.hsolink View In Hierarchy

Dialer for HSO devices
Method __init__ Undocumented
Method Connected Undocumented
Method Disconnected Undocumented
Method InvalidDNS Undocumented
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 device with config
Method last_conf Undocumented
Method connect Connects to Internet
Method disconnect Disconnects from Internet
def __init__(self, dev_opath, ctrl):
Undocumented
@signal(consts.DIL_INTFACE, '')
def Connected(self):
Undocumented
@signal(consts.DIL_INTFACE, '')
def Disconnected(self):
Undocumented
@signal(consts.DIL_INTFACE, 'as')
def InvalidDNS(self, dns):
Undocumented
def check_assumptions(self):

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(self):

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(self, prof_opath):

Configures device with config

This method should perform any necessary actions to connect to Internet like generating configuration files, modifying any necessary files, etc.
def last_conf(self, ignored):
Undocumented
def connect(self):

Connects to Internet

Returns a Deferred that will be callbacked when connected
Raiseswader.common.exceptions.AlreadyConnected
wader.common.exceptions.AlreadyConnecting
def disconnect(self):

Disconnects from Internet

Returns a Deferred that will be callbacked when disconnected
def _generate_config(self, conf_opath, device_opath):
Undocumented
def _cleanup(self):
cleanup our traces
API Documentation for wader-core, generated by pydoctor at 2008-08-27 16:53:37.