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

Class pbfileentry

source code

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

Instance Methods [hide private]
 
__delfield_data1(self) source code
 
__delfield_data2(self) source code
 
__delfield_entrynumber(self) source code
 
__delfield_msgringtone(self) source code
 
__delfield_ringtone(self) source code
 
__delfield_serial1(self) source code
 
__delfield_wallpaper(self) source code
 
__getfield_data1(self) source code
 
__getfield_data2(self) source code
 
__getfield_entrynumber(self) source code
 
__getfield_msgringtone(self) source code
 
__getfield_ringtone(self) source code
 
__getfield_serial1(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_data1(self, value) source code
 
__setfield_data2(self, value) source code
 
__setfield_entrynumber(self, value) source code
 
__setfield_msgringtone(self, value) source code
 
__setfield_ringtone(self, value) source code
 
__setfield_serial1(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
 
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 = ['serial1', 'entrynumber', 'data1', 'ringtone', 'ms...
Properties [hide private]
  data1
  data2
  entrynumber
  msgringtone
  ringtone
  serial1
  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:
['serial1',
 'entrynumber',
 'data1',
 'ringtone',
 'msgringtone',
 'wallpaper',
 'data2']

Property Details [hide private]

data1

Get Method:
__getfield_data1(self)
Set Method:
__setfield_data1(self, value)
Delete Method:
__delfield_data1(self)

data2

Get Method:
__getfield_data2(self)
Set Method:
__setfield_data2(self, value)
Delete Method:
__delfield_data2(self)

entrynumber

Get Method:
__getfield_entrynumber(self)
Set Method:
__setfield_entrynumber(self, value)
Delete Method:
__delfield_entrynumber(self)

msgringtone

Get Method:
__getfield_msgringtone(self)
Set Method:
__setfield_msgringtone(self, value)
Delete Method:
__delfield_msgringtone(self)

ringtone

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

serial1

Get Method:
__getfield_serial1(self)
Set Method:
__setfield_serial1(self, value)
Delete Method:
__delfield_serial1(self)

wallpaper

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