phones :: p_samsungscha650 :: ringtone :: Class ringtone
[hide private]
[frames] | no frames]

Class ringtone

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              ringtone

Instance Methods [hide private]
 
__delfield_assignment(self) source code
 
__delfield_c0(self) source code
 
__delfield_c1(self) source code
 
__delfield_c2(self) source code
 
__delfield_c3(self) source code
 
__delfield_file_name(self) source code
 
__delfield_file_name_len(self) source code
 
__delfield_index(self) source code
 
__delfield_name(self) source code
 
__delfield_name_len(self) source code
 
__getfield_assignment(self) source code
 
__getfield_c0(self) source code
 
__getfield_c1(self) source code
 
__getfield_c2(self) source code
 
__getfield_c3(self) source code
 
__getfield_file_name(self) source code
 
__getfield_file_name_len(self) source code
 
__getfield_index(self) source code
 
__getfield_name(self) source code
 
__getfield_name_len(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_assignment(self, value) source code
 
__setfield_c0(self, value) source code
 
__setfield_c1(self, value) source code
 
__setfield_c2(self, value) source code
 
__setfield_c3(self, value) source code
 
__setfield_file_name(self, value) source code
 
__setfield_file_name_len(self, value) source code
 
__setfield_index(self, value) source code
 
__setfield_name(self, value) source code
 
__setfield_name_len(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 = ['c0', 'index', 'c1', 'assignment', 'c2', 'name', '...
Properties [hide private]
  assignment
  c0
  c1
  c2
  c3
  file_name
  file_name_len
  index
  name
  name_len

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:
['c0',
 'index',
 'c1',
 'assignment',
 'c2',
 'name',
 'name_len',
 'file_name',
...

Property Details [hide private]

assignment

Get Method:
__getfield_assignment(self)
Set Method:
__setfield_assignment(self, value)
Delete Method:
__delfield_assignment(self)

c0

Get Method:
__getfield_c0(self)
Set Method:
__setfield_c0(self, value)
Delete Method:
__delfield_c0(self)

c1

Get Method:
__getfield_c1(self)
Set Method:
__setfield_c1(self, value)
Delete Method:
__delfield_c1(self)

c2

Get Method:
__getfield_c2(self)
Set Method:
__setfield_c2(self, value)
Delete Method:
__delfield_c2(self)

c3

Get Method:
__getfield_c3(self)
Set Method:
__setfield_c3(self, value)
Delete Method:
__delfield_c3(self)

file_name

Get Method:
__getfield_file_name(self)
Set Method:
__setfield_file_name(self, value)
Delete Method:
__delfield_file_name(self)

file_name_len

Get Method:
__getfield_file_name_len(self)
Set Method:
__setfield_file_name_len(self, value)
Delete Method:
__delfield_file_name_len(self)

index

Get Method:
__getfield_index(self)
Set Method:
__setfield_index(self, value)
Delete Method:
__delfield_index(self)

name

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

name_len

Get Method:
__getfield_name_len(self)
Set Method:
__setfield_name_len(self, value)
Delete Method:
__delfield_name_len(self)