Part of vmc.common.sim View In Hierarchy
Known subclasses: vmc.common.hardware.nokia.NokiaSIMBaseClass, vmc.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 startupMethod | __init__ | Undocumented |
Method | set_size | Undocumented |
Method | set_charset | Undocumented |
Method | preinit | What I do:
|
Method | postinit | Returns a Deferred that will be callbacked when the SIM is
ready
|
Returns a Deferred
that will be callbacked when the SIM is
ready
- Set encoding to Unicode (if is possible, otherwise IRA or GSM - Whenever a new SMS is received I will save a copy in the SIM and will send a solicited SMS notification - Set SMS format to PDU
Parameters | ucs2 | If True, it will set the SIM's enconding to UCS2 (type: bool ) |
Returns | The SIM's phonebook size (type: int ) |