phones :: p_samsungspha790 :: speeddial_entry :: Class speeddial_entry
[hide private]
[frames] | no frames]

Class speeddial_entry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              speeddial_entry

Instance Methods [hide private]
 
__delfield_on_flg1(self) source code
 
__delfield_on_flg2(self) source code
 
__delfield_uslot(self) source code
 
__delfield_which(self) source code
 
__getfield_on_flg1(self) source code
 
__getfield_on_flg2(self) source code
 
__getfield_uslot(self) source code
 
__getfield_which(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_on_flg1(self, value) source code
 
__setfield_on_flg2(self, value) source code
 
__setfield_uslot(self, value) source code
 
__setfield_which(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 = ['on_flg1', 'on_flg2', 'uslot', 'which']
Properties [hide private]
  on_flg1
  on_flg2
  uslot
  which

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

Property Details [hide private]

on_flg1

Get Method:
__getfield_on_flg1(self)
Set Method:
__setfield_on_flg1(self, value)
Delete Method:
__delfield_on_flg1(self)

on_flg2

Get Method:
__getfield_on_flg2(self)
Set Method:
__setfield_on_flg2(self, value)
Delete Method:
__delfield_on_flg2(self)

uslot

Get Method:
__getfield_uslot(self)
Set Method:
__setfield_uslot(self, value)
Delete Method:
__delfield_uslot(self)

which

Get Method:
__getfield_which(self)
Set Method:
__setfield_which(self, value)
Delete Method:
__delfield_which(self)