Module phone_detect :: Class DetectPhone
[hide private]
[frames] | no frames]

Class DetectPhone

source code

object --+
         |
        DetectPhone

Instance Methods [hide private]
 
__init__(self, log=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
log(self, log_str) source code
 
logdata(self, log_str, log_data, klass=None, data_type=None) source code
 
progress(self, pos, max, desc='') source code
 
__get_mode_modem(self, comm)
check if this port supports mode modem
source code
 
__send_at_and_get(self, comm, cmd) source code
 
__get_manufacturer(self, comm) source code
 
__get_model(self, comm) source code
 
__get_firmware_version(self, comm) source code
 
__get_esn(self, comm) source code
 
__get_mode_brew(self, comm) source code
 
__get_firmware_response(self, comm) source code
 
__get_data(self, port) source code
 
__check_profile(self, profile) source code
 
__check_for_other_cdma(self)
If no phone is detected see if any of the scanned ports contain a Brew device
source code
 
do_get_data(self, port) source code
 
detect(self, using_port=None, using_model=None) source code
 
get(self) source code

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

Class Variables [hide private]
  __default_timeout = 1
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, log=None)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)