Class v.c.d.w.WvdialDialer(Dialer):

Part of vmc.common.dialers.wvdial View In Hierarchy

Dialer for Wvdial
Method __init__ 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 configure_from_profile Undocumented
Method connect Connects to Internet
Method disconnect Disconnects from Internet
def __init__(self):
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, dialconf, device):

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 configure_from_profile(self, profile, device):
Undocumented
def connect(self):

Connects to Internet

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

Disconnects from Internet

Returns a Deferred that will be callbacked when disconnected
def _generate_config(self, dialconf, device):
Undocumented
def _cleanup(self):
cleanup our traces
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.