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

Class PLSongEntry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              PLSongEntry

Instance Methods [hide private]
 
__delfield_albumname(self) source code
 
__delfield_artistname(self) source code
 
__delfield_date(self) source code
 
__delfield_dunno1(self) source code
 
__delfield_genre(self) source code
 
__delfield_pathname(self) source code
 
__delfield_size(self) source code
 
__delfield_tunename(self) source code
 
__delfield_zero(self) source code
 
__getfield_albumname(self) source code
 
__getfield_artistname(self) source code
 
__getfield_date(self) source code
 
__getfield_dunno1(self) source code
 
__getfield_genre(self) source code
 
__getfield_pathname(self) source code
 
__getfield_size(self) source code
 
__getfield_tunename(self) source code
 
__getfield_zero(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_albumname(self, value) source code
 
__setfield_artistname(self, value) source code
 
__setfield_date(self, value) source code
 
__setfield_dunno1(self, value) source code
 
__setfield_genre(self, value) source code
 
__setfield_pathname(self, value) source code
 
__setfield_size(self, value) source code
 
__setfield_tunename(self, value) source code
 
__setfield_zero(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 = ['pathname', 'tunename', 'artistname', 'albumname',...
Properties [hide private]
  albumname
  artistname
  date
  dunno1
  genre
  pathname
  size
  tunename
  zero

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:
['pathname',
 'tunename',
 'artistname',
 'albumname',
 'genre',
 'dunno1',
 'date',
 'size',
...

Property Details [hide private]

albumname

Get Method:
__getfield_albumname(self)
Set Method:
__setfield_albumname(self, value)
Delete Method:
__delfield_albumname(self)

artistname

Get Method:
__getfield_artistname(self)
Set Method:
__setfield_artistname(self, value)
Delete Method:
__delfield_artistname(self)

date

Get Method:
__getfield_date(self)
Set Method:
__setfield_date(self, value)
Delete Method:
__delfield_date(self)

dunno1

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

genre

Get Method:
__getfield_genre(self)
Set Method:
__setfield_genre(self, value)
Delete Method:
__delfield_genre(self)

pathname

Get Method:
__getfield_pathname(self)
Set Method:
__setfield_pathname(self, value)
Delete Method:
__delfield_pathname(self)

size

Get Method:
__getfield_size(self)
Set Method:
__setfield_size(self, value)
Delete Method:
__delfield_size(self)

tunename

Get Method:
__getfield_tunename(self)
Set Method:
__setfield_tunename(self, value)
Delete Method:
__delfield_tunename(self)

zero

Get Method:
__getfield_zero(self)
Set Method:
__setfield_zero(self, value)
Delete Method:
__delfield_zero(self)