phones :: p_moto :: featureresp :: Class featureresp
[hide private]
[frames] | no frames]

Class featureresp

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              featureresp

Instance Methods [hide private]
 
__delfield_command(self) source code
 
__delfield_dunno(self) source code
 
__delfield_has_datebook(self) source code
 
__delfield_has_email(self) source code
 
__delfield_has_mo_sms(self) source code
 
__delfield_has_multi_dest_addr(self) source code
 
__delfield_has_multi_phonebooks(self) source code
 
__delfield_has_phonebook(self) source code
 
__delfield_has_ringtone_id(self) source code
 
__delfield_has_shared_phonebook(self) source code
 
__delfield_has_sim(self) source code
 
__delfield_has_sms(self) source code
 
__delfield_has_voicetag(self) source code
 
__getfield_command(self) source code
 
__getfield_dunno(self) source code
 
__getfield_has_datebook(self) source code
 
__getfield_has_email(self) source code
 
__getfield_has_mo_sms(self) source code
 
__getfield_has_multi_dest_addr(self) source code
 
__getfield_has_multi_phonebooks(self) source code
 
__getfield_has_phonebook(self) source code
 
__getfield_has_ringtone_id(self) source code
 
__getfield_has_shared_phonebook(self) source code
 
__getfield_has_sim(self) source code
 
__getfield_has_sms(self) source code
 
__getfield_has_voicetag(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_command(self, value) source code
 
__setfield_dunno(self, value) source code
 
__setfield_has_datebook(self, value) source code
 
__setfield_has_email(self, value) source code
 
__setfield_has_mo_sms(self, value) source code
 
__setfield_has_multi_dest_addr(self, value) source code
 
__setfield_has_multi_phonebooks(self, value) source code
 
__setfield_has_phonebook(self, value) source code
 
__setfield_has_ringtone_id(self, value) source code
 
__setfield_has_shared_phonebook(self, value) source code
 
__setfield_has_sim(self, value) source code
 
__setfield_has_sms(self, value) source code
 
__setfield_has_voicetag(self, value) source code
 
_update(self, args, kwargs) source code
 
containerelements(self) source code
 
getfields(self) source code
 
iscontainer(self)
Do we contain fields?
source code
 
readfrombuffer(self, buf, autolog=True, logtitle='<read data>')
Reads this packet from the supplied buffer
source code
 
writetobuffer(self, buf, autolog=True, logtitle='<written data>')
Writes this packet to the supplied buffer
source code

Inherited from prototypes.BaseProtogenClass: autologread, autologwrite, getvalue, packetsize, packetspan, update

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

Class Variables [hide private]
  __fields = ['command', 'has_phonebook', 'has_datebook', 'has_s...
Properties [hide private]
  command
  dunno
  has_datebook
  has_email
  has_mo_sms
  has_multi_dest_addr
  has_multi_phonebooks
  has_phonebook
  has_ringtone_id
  has_shared_phonebook
  has_sim
  has_sms
  has_voicetag

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

_update(self, args, kwargs)

source code 
Overrides: prototypes.BaseProtogenClass._update

iscontainer(self)

source code 

Do we contain fields?

Overrides: prototypes.BaseProtogenClass.iscontainer
(inherited documentation)

readfrombuffer(self, buf, autolog=True, logtitle='<read data>')

source code 

Reads this packet from the supplied buffer

Overrides: prototypes.BaseProtogenClass.readfrombuffer

writetobuffer(self, buf, autolog=True, logtitle='<written data>')

source code 

Writes this packet to the supplied buffer

Overrides: prototypes.BaseProtogenClass.writetobuffer

Class Variable Details [hide private]

__fields

Value:
['command',
 'has_phonebook',
 'has_datebook',
 'has_sms',
 'has_mo_sms',
 'has_email',
 'has_multi_phonebooks',
 'has_sim',
...

Property Details [hide private]

command

Get Method:
__getfield_command(self)
Set Method:
__setfield_command(self, value)
Delete Method:
__delfield_command(self)

dunno

Get Method:
__getfield_dunno(self)
Set Method:
__setfield_dunno(self, value)
Delete Method:
__delfield_dunno(self)

has_datebook

Get Method:
__getfield_has_datebook(self)
Set Method:
__setfield_has_datebook(self, value)
Delete Method:
__delfield_has_datebook(self)

has_email

Get Method:
__getfield_has_email(self)
Set Method:
__setfield_has_email(self, value)
Delete Method:
__delfield_has_email(self)

has_mo_sms

Get Method:
__getfield_has_mo_sms(self)
Set Method:
__setfield_has_mo_sms(self, value)
Delete Method:
__delfield_has_mo_sms(self)

has_multi_dest_addr

Get Method:
__getfield_has_multi_dest_addr(self)
Set Method:
__setfield_has_multi_dest_addr(self, value)
Delete Method:
__delfield_has_multi_dest_addr(self)

has_multi_phonebooks

Get Method:
__getfield_has_multi_phonebooks(self)
Set Method:
__setfield_has_multi_phonebooks(self, value)
Delete Method:
__delfield_has_multi_phonebooks(self)

has_phonebook

Get Method:
__getfield_has_phonebook(self)
Set Method:
__setfield_has_phonebook(self, value)
Delete Method:
__delfield_has_phonebook(self)

has_ringtone_id

Get Method:
__getfield_has_ringtone_id(self)
Set Method:
__setfield_has_ringtone_id(self, value)
Delete Method:
__delfield_has_ringtone_id(self)

has_shared_phonebook

Get Method:
__getfield_has_shared_phonebook(self)
Set Method:
__setfield_has_shared_phonebook(self, value)
Delete Method:
__delfield_has_shared_phonebook(self)

has_sim

Get Method:
__getfield_has_sim(self)
Set Method:
__setfield_has_sim(self, value)
Delete Method:
__delfield_has_sim(self)

has_sms

Get Method:
__getfield_has_sms(self)
Set Method:
__setfield_has_sms(self, value)
Delete Method:
__delfield_has_sms(self)

has_voicetag

Get Method:
__getfield_has_voicetag(self)
Set Method:
__setfield_has_voicetag(self, value)
Delete Method:
__delfield_has_voicetag(self)