| Method Summary |
| |
__init__(self,
log)
|
| |
detect(self,
using_port,
using_model)
|
| |
do_get_data(self,
port)
|
| |
get(self)
|
| |
log(self,
log_str)
|
| |
logdata(self,
log_str,
log_data,
klass,
data_type)
|
| |
progress(self,
pos,
max,
desc)
|
| |
__check_for_other_cdma(self)
If no phone is detected see if any of the scanned ports contain a Brew
device |
| |
__check_profile(self,
profile)
|
| |
__get_data(self,
port)
|
| |
__get_esn(self,
comm)
|
| |
__get_firmware_response(self,
comm)
|
| |
__get_firmware_version(self,
comm)
|
| |
__get_manufacturer(self,
comm)
|
| |
__get_mode_brew(self,
comm)
|
| |
__get_mode_modem(self,
comm)
check if this port supports mode modem |
| |
__get_model(self,
comm)
|
| |
__send_at_and_get(self,
comm,
cmd)
|
| Inherited from object |
| |
__delattr__(...)
x.__delattr__('name') <==> del x.name |
| |
__getattribute__(...)
x.__getattribute__('name') <==> x.name |
| |
__hash__(x)
x.__hash__() <==> hash(x) |
| |
__new__(T,
S,
...)
T.__new__(S, ...) -> a new object with type S, a subtype of T |
| |
__reduce__(...)
helper for pickle |
| |
__reduce_ex__(...)
helper for pickle |
| |
__repr__(x)
x.__repr__() <==> repr(x) |
| |
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value |
| |
__str__(x)
x.__str__() <==> str(x) |