Class w.c.s.SIMBaseClass(object):

Part of wader.common.sim View In Hierarchy

Known subclasses: wader.common.hardware.huawei.HuaweiSIMClass, wader.common.hardware.option.OptionSIMClass

I take care of initing the SIM

The actual details of initing the SIM vary from mobile to datacard, so I am the one to subclass in case your device needs a special startup
Method __init__ Undocumented
Method set_size Undocumented
Method set_charset Undocumented
Method initialize Returns a Deferred that will be called with the SIM size
def __init__(self, sconn):
Undocumented
def set_size(self, size):
Undocumented
def set_charset(self, charset):
Undocumented
def _setup_sms(self):
Undocumented
def initialize(self, set_encoding=True):

Returns a Deferred that will be called with the SIM size

This method disables echo, sets up encoding, SMS format in SIM and sets up indications for new SMS.
def _set_charset(self, charset):
Checks whether is necessary the change and memorizes the used charset
def _process_charsets(self, charsets):
Undocumented
def _setup_encoding(self):
Undocumented
API Documentation for wader-core, generated by pydoctor at 2008-08-27 16:53:37.