Package phones :: Module com_etsi :: Class Phone
[hide private]
[frames] | no frames]

Class Phone

source code

     object --+    
              |    
com_phone.Phone --+
                  |
                 Phone
Known Subclasses:

Talk to generic GSM phones

Instance Methods [hide private]
 
__init__(self, logtarget, commport)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
sendATcommand(self, request, responseclass, ignoreerror=False)
Similar to the sendpbcommand in com_sanyo and com_lg, except that a list of responses is returned, one per line of information returned from the phone
source code
 
_setmodemodem(self) source code
 
get_esn(self) source code
 
get_sim_id(self) source code
 
get_manufacturer_id(self) source code
 
get_model_id(self) source code
 
get_firmware_version(self) source code

Inherited from com_phone.Phone: alert, close, log, logdata, progress, raisecommsdnaexception, raisecommsexception, readobject, setmode, writeobject

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  desc = 'GSM'
  protocolclass
Various descriptions of data specific to GSM phones

Inherited from com_phone.Phone: MODEMODEM, MODENONE, getcallhistory, getmemo, getplaylist, getsms, gett9db, gettodo

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, logtarget, commport)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

_setmodemodem(self)

source code 
Overrides: com_phone.Phone._setmodemodem

Class Variable Details [hide private]

protocolclass

Various descriptions of data specific to GSM phones

Value:
phones.p_etsi