Class v.c.s.c.ConnectStateMachine(StateMachineMixin, Modal):

Part of vmc.common.statem.connection View In Hierarchy

I handle the connection
Method __init__ Undocumented
Method __repr__ Undocumented
Method add_listener Undocumented
Method on_notification_received Called whenever a notification is received
Method notify_listeners Undocumented
Method connect Returns a Deferred that will be callbacked when connected
Method close Returns a Deferred that will be callbacked when all resources are free
Class disconnected I'm disconnected from Internet
Class connecting We're connecting to Internet now
Class connected We are connected to Internet now

Inherited from Modal:

Class nil Undocumented
Method transitionTo Undocumented
def __init__(self, dialer):
Undocumented
def __repr__(self):
Undocumented
def add_listener(self, listener):
Undocumented
def on_notification_received(self, notification):
Called whenever a notification is received
Parametersnotification (type: vmc.common.notifications.Notification )
def notify_listeners(self, notification):
Undocumented
def connect(self):
Returns a Deferred that will be callbacked when connected
Raisesvmc.common.exceptions.AlreadyConnectingraised when the state machine is already connecting
vmc.common.exceptions.AlreadyConnectedraised when the state machine is already connected
def close(self, hotplug=False):
Returns a Deferred that will be callbacked when all resources are free
Raisesvmc.common.exceptions.NotConnectedErrorraised when we are not connected
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.