phones :: p_samsungspha620 :: ringer :: Class ringer
[hide private]
[frames] | no frames]

Class ringer

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              ringer

Instance Methods [hide private]
 
__delfield_inuse(self) source code
 
__delfield_ring_id(self) source code
 
__delfield_ring_type(self) source code
 
__getfield_inuse(self) source code
 
__getfield_ring_id(self) source code
 
__getfield_ring_type(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_inuse(self, value) source code
 
__setfield_ring_id(self, value) source code
 
__setfield_ring_type(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 = ['inuse', 'ring_type', 'ring_id']
Properties [hide private]
  inuse
  ring_id
0x45 Tone 1, 0x4a = Tone 6, 0x51=Ringtone 1, 5b=Fur Elise
  ring_type
0: Default: 1: Ringtones, 2: Melodies, 3: Downloads, 4: Single Tone

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

Property Details [hide private]

inuse

Get Method:
__getfield_inuse(self)
Set Method:
__setfield_inuse(self, value)
Delete Method:
__delfield_inuse(self)

ring_id

0x45 Tone 1, 0x4a = Tone 6, 0x51=Ringtone 1, 5b=Fur Elise

Get Method:
__getfield_ring_id(self)
Set Method:
__setfield_ring_id(self, value)
Delete Method:
__delfield_ring_id(self)

ring_type

0: Default: 1: Ringtones, 2: Melodies, 3: Downloads, 4: Single Tone

Get Method:
__getfield_ring_type(self)
Set Method:
__setfield_ring_type(self, value)
Delete Method:
__delfield_ring_type(self)