phones :: p_samsungspha640 :: pbentry :: Class pbentry
[hide private]
[frames] | no frames]

Class pbentry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              pbentry

Instance Methods [hide private]
 
__delfield_birthday(self) source code
 
__delfield_dunno1(self) source code
 
__delfield_dunno3(self) source code
 
__delfield_dunno4(self) source code
 
__delfield_email(self) source code
 
__delfield_group(self) source code
 
__delfield_name(self) source code
 
__delfield_numbers(self) source code
 
__delfield_ringtone(self) source code
 
__delfield_slot(self) source code
 
__delfield_speeddial(self) source code
 
__delfield_timestamp(self) source code
 
__delfield_url(self) source code
 
__delfield_uslot(self) source code
 
__getfield_birthday(self) source code
 
__getfield_dunno1(self) source code
 
__getfield_dunno3(self) source code
 
__getfield_dunno4(self) source code
 
__getfield_email(self) source code
 
__getfield_group(self) source code
 
__getfield_name(self) source code
 
__getfield_numbers(self) source code
 
__getfield_ringtone(self) source code
 
__getfield_slot(self) source code
 
__getfield_speeddial(self) source code
 
__getfield_timestamp(self) source code
 
__getfield_url(self) source code
 
__getfield_uslot(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_birthday(self, value) source code
 
__setfield_dunno1(self, value) source code
 
__setfield_dunno3(self, value) source code
 
__setfield_dunno4(self, value) source code
 
__setfield_email(self, value) source code
 
__setfield_group(self, value) source code
 
__setfield_name(self, value) source code
 
__setfield_numbers(self, value) source code
 
__setfield_ringtone(self, value) source code
 
__setfield_slot(self, value) source code
 
__setfield_speeddial(self, value) source code
 
__setfield_timestamp(self, value) source code
 
__setfield_url(self, value) source code
 
__setfield_uslot(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 = ['url', 'birthday', 'slot', 'uslot', 'group', 'ring...
Properties [hide private]
  birthday
  dunno1
  dunno3
  dunno4
  email
  group
  name
  numbers
  ringtone
  slot
Internal Slot
  speeddial
Which phone number assigned to speed dial uslot
  timestamp
Use terminator None for last item
  url
  uslot
User Slot, Speed dial

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:
['url',
 'birthday',
 'slot',
 'uslot',
 'group',
 'ringtone',
 'name',
 'speeddial',
...

Property Details [hide private]

birthday

Get Method:
__getfield_birthday(self)
Set Method:
__setfield_birthday(self, value)
Delete Method:
__delfield_birthday(self)

dunno1

Get Method:
__getfield_dunno1(self)
Set Method:
__setfield_dunno1(self, value)
Delete Method:
__delfield_dunno1(self)

dunno3

Get Method:
__getfield_dunno3(self)
Set Method:
__setfield_dunno3(self, value)
Delete Method:
__delfield_dunno3(self)

dunno4

Get Method:
__getfield_dunno4(self)
Set Method:
__setfield_dunno4(self, value)
Delete Method:
__delfield_dunno4(self)

email

Get Method:
__getfield_email(self)
Set Method:
__setfield_email(self, value)
Delete Method:
__delfield_email(self)

group

Get Method:
__getfield_group(self)
Set Method:
__setfield_group(self, value)
Delete Method:
__delfield_group(self)

name

Get Method:
__getfield_name(self)
Set Method:
__setfield_name(self, value)
Delete Method:
__delfield_name(self)

numbers

Get Method:
__getfield_numbers(self)
Set Method:
__setfield_numbers(self, value)
Delete Method:
__delfield_numbers(self)

ringtone

Get Method:
__getfield_ringtone(self)
Set Method:
__setfield_ringtone(self, value)
Delete Method:
__delfield_ringtone(self)

slot

Internal Slot

Get Method:
__getfield_slot(self)
Set Method:
__setfield_slot(self, value)
Delete Method:
__delfield_slot(self)

speeddial

Which phone number assigned to speed dial uslot

Get Method:
__getfield_speeddial(self)
Set Method:
__setfield_speeddial(self, value)
Delete Method:
__delfield_speeddial(self)

timestamp

Use terminator None for last item

Get Method:
__getfield_timestamp(self)
Set Method:
__setfield_timestamp(self, value)
Delete Method:
__delfield_timestamp(self)

url

Get Method:
__getfield_url(self)
Set Method:
__setfield_url(self, value)
Delete Method:
__delfield_url(self)

uslot

User Slot, Speed dial

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