Class v.c.s.n.NetworkRegStateMachine(StateMachineMixin, Modal):

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

I register with the network
Method __init__ Undocumented
Method __repr__ Undocumented
Method on_notification_received Called whenever a notification is received
Method check_if_i_registered_with_any_net Executed when Timeout has expired while on wait_to_register
Method get_net_names_cb Undocumented
Method process_roaming_ids Undocumented
Method start_netreg Starts the network registration process
Class check_registered Check if we are currently registered with the network
Class wait_to_register Wait till we are registered with the network, if after
Class obtain_netinfo Find out what network are we registered with
Class search_operators Find out what operators are around
Class international_roaming We couldn't find an operator to connect with, we're abroad. Check
Class register_with_operator We've found the operator that we must register with
Class registration_finished Find out what network are we registered with
Class registration_failed Registration failed, send

Inherited from Modal:

Class nil Undocumented
Method transitionTo Undocumented
def __init__(self, device):
Undocumented
def __repr__(self):
Undocumented
def on_notification_received(self, notification):
Called whenever a notification is received
Parametersnotification (type: vmc.common.notifications.Notification )
def check_if_i_registered_with_any_net(self):

Executed when Timeout has expired while on wait_to_register

some cards like to not notify you that they're registered
def _process_netreg_status(self, netregstatus):
Process get_netreg_status response from "check_registered" mode
def _process_imsi_cb(self, imsi_prefix):
Undocumented
def get_net_names_cb(self, net_objs):
Undocumented
def process_roaming_ids(self, net_objs):
Undocumented
def start_netreg(self):
Starts the network registration process
Returns (type: defer.Deferred )
Raisesex.NetworkTemporalyUnavailableErrorIf AT+COPS keeps replying +COPS: 0 (No network)
ex.NetworkRegistrationErrorRaised when we can't register with the network we want to register to
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.