phones :: p_lgvx9100 :: pbfileentry :: Class pbfileentry
[hide private]
[frames] | no frames]

Class pbfileentry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              pbfileentry

Instance Methods [hide private]
 
__delfield_dontcare(self) source code
 
__delfield_emails(self) source code
 
__delfield_entry_number0(self) source code
 
__delfield_entry_number1(self) source code
 
__delfield_entry_tag(self) source code
 
__delfield_exit_tag(self) source code
 
__delfield_group(self) source code
 
__delfield_memo(self) source code
 
__delfield_mod_date(self) source code
 
__delfield_name(self) source code
 
__delfield_numberindices(self) source code
 
__delfield_numbertypes(self) source code
 
__delfield_pad00(self) source code
 
__delfield_ringtone(self) source code
 
__delfield_unk0(self) source code
 
__delfield_wallpaper(self) source code
 
__getfield_dontcare(self) source code
 
__getfield_emails(self) source code
 
__getfield_entry_number0(self) source code
 
__getfield_entry_number1(self) source code
 
__getfield_entry_tag(self) source code
 
__getfield_exit_tag(self) source code
 
__getfield_group(self) source code
 
__getfield_memo(self) source code
 
__getfield_mod_date(self) source code
 
__getfield_name(self) source code
 
__getfield_numberindices(self) source code
 
__getfield_numbertypes(self) source code
 
__getfield_pad00(self) source code
 
__getfield_ringtone(self) source code
 
__getfield_unk0(self) source code
 
__getfield_wallpaper(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_dontcare(self, value) source code
 
__setfield_emails(self, value) source code
 
__setfield_entry_number0(self, value) source code
 
__setfield_entry_number1(self, value) source code
 
__setfield_entry_tag(self, value) source code
 
__setfield_exit_tag(self, value) source code
 
__setfield_group(self, value) source code
 
__setfield_memo(self, value) source code
 
__setfield_mod_date(self, value) source code
 
__setfield_name(self, value) source code
 
__setfield_numberindices(self, value) source code
 
__setfield_numbertypes(self, value) source code
 
__setfield_pad00(self, value) source code
 
__setfield_ringtone(self, value) source code
 
__setfield_unk0(self, value) source code
 
__setfield_wallpaper(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
 
valid(self) 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 = ['entry_tag', 'pad00', 'mod_date', 'unk0', 'entry_n...
Properties [hide private]
  dontcare
  emails
  entry_number0
  entry_number1
  entry_tag
  exit_tag
  group
  memo
  mod_date
  name
  numberindices
  numbertypes
  pad00
  ringtone
  unk0
  wallpaper

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:
['entry_tag',
 'pad00',
 'mod_date',
 'unk0',
 'entry_number1',
 'entry_number0',
 'name',
 'group',
...

Property Details [hide private]

dontcare

Get Method:
__getfield_dontcare(self)
Set Method:
__setfield_dontcare(self, value)
Delete Method:
__delfield_dontcare(self)

emails

Get Method:
__getfield_emails(self)
Set Method:
__setfield_emails(self, value)
Delete Method:
__delfield_emails(self)

entry_number0

Get Method:
__getfield_entry_number0(self)
Set Method:
__setfield_entry_number0(self, value)
Delete Method:
__delfield_entry_number0(self)

entry_number1

Get Method:
__getfield_entry_number1(self)
Set Method:
__setfield_entry_number1(self, value)
Delete Method:
__delfield_entry_number1(self)

entry_tag

Get Method:
__getfield_entry_tag(self)
Set Method:
__setfield_entry_tag(self, value)
Delete Method:
__delfield_entry_tag(self)

exit_tag

Get Method:
__getfield_exit_tag(self)
Set Method:
__setfield_exit_tag(self, value)
Delete Method:
__delfield_exit_tag(self)

group

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

memo

Get Method:
__getfield_memo(self)
Set Method:
__setfield_memo(self, value)
Delete Method:
__delfield_memo(self)

mod_date

Get Method:
__getfield_mod_date(self)
Set Method:
__setfield_mod_date(self, value)
Delete Method:
__delfield_mod_date(self)

name

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

numberindices

Get Method:
__getfield_numberindices(self)
Set Method:
__setfield_numberindices(self, value)
Delete Method:
__delfield_numberindices(self)

numbertypes

Get Method:
__getfield_numbertypes(self)
Set Method:
__setfield_numbertypes(self, value)
Delete Method:
__delfield_numbertypes(self)

pad00

Get Method:
__getfield_pad00(self)
Set Method:
__setfield_pad00(self, value)
Delete Method:
__delfield_pad00(self)

ringtone

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

unk0

Get Method:
__getfield_unk0(self)
Set Method:
__setfield_unk0(self, value)
Delete Method:
__delfield_unk0(self)

wallpaper

Get Method:
__getfield_wallpaper(self)
Set Method:
__setfield_wallpaper(self, value)
Delete Method:
__delfield_wallpaper(self)