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

Part of vmc.common.dialer View In Hierarchy

Known subclasses: vmc.common.dialers.wvdial.WvdialDialer

Implements interfaces: vmc.common.interfaces.IDialer

Base Dialer class

Override me for new OSes
Method __init__ Undocumented
Method configure Configures device with config
Method connect Connects to Internet
Method disconnect Disconnects from Internet
def __init__(self):
Undocumented
def configure(self, config, 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 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):
Undocumented
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.