phones :: p_lgvx5300 :: scheduleevent :: Class scheduleevent
[hide private]
[frames] | no frames]

Class scheduleevent

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              scheduleevent

Instance Methods [hide private]
 
__delfield_alarmhours(self) source code
 
__delfield_alarmindex_vibrate(self) source code
 
__delfield_alarmminutes(self) source code
 
__delfield_description(self) source code
 
__delfield_end_date(self) source code
 
__delfield_end_time(self) source code
 
__delfield_pos(self) source code
 
__delfield_repeat(self) source code
 
__delfield_ringpath(self) source code
 
__delfield_ringtone(self) source code
 
__delfield_start(self) source code
 
__delfield_unknown1(self) source code
 
__getfield_alarmhours(self) source code
 
__getfield_alarmindex_vibrate(self) source code
 
__getfield_alarmminutes(self) source code
 
__getfield_description(self) source code
 
__getfield_end_date(self) source code
 
__getfield_end_time(self) source code
 
__getfield_pos(self) source code
 
__getfield_repeat(self) source code
 
__getfield_ringpath(self) source code
 
__getfield_ringtone(self) source code
 
__getfield_start(self) source code
 
__getfield_unknown1(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_alarmhours(self, value) source code
 
__setfield_alarmindex_vibrate(self, value) source code
 
__setfield_alarmminutes(self, value) source code
 
__setfield_description(self, value) source code
 
__setfield_end_date(self, value) source code
 
__setfield_end_time(self, value) source code
 
__setfield_pos(self, value) source code
 
__setfield_repeat(self, value) source code
 
__setfield_ringpath(self, value) source code
 
__setfield_ringtone(self, value) source code
 
__setfield_start(self, value) source code
 
__setfield_unknown1(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 = ['pos', 'description', 'start', 'end_time', 'end_da...
Properties [hide private]
  alarmhours
a value of 0xFF indicates not set
  alarmindex_vibrate
  alarmminutes
a value of 0xFF indicates not set
  description
  end_date
  end_time
  pos
position within file, used as an event id
  repeat
  ringpath
  ringtone
  start
  unknown1

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:
['pos',
 'description',
 'start',
 'end_time',
 'end_date',
 'repeat',
 'alarmindex_vibrate',
 'ringtone',
...

Property Details [hide private]

alarmhours

a value of 0xFF indicates not set

Get Method:
__getfield_alarmhours(self)
Set Method:
__setfield_alarmhours(self, value)
Delete Method:
__delfield_alarmhours(self)

alarmindex_vibrate

Get Method:
__getfield_alarmindex_vibrate(self)
Set Method:
__setfield_alarmindex_vibrate(self, value)
Delete Method:
__delfield_alarmindex_vibrate(self)

alarmminutes

a value of 0xFF indicates not set

Get Method:
__getfield_alarmminutes(self)
Set Method:
__setfield_alarmminutes(self, value)
Delete Method:
__delfield_alarmminutes(self)

description

Get Method:
__getfield_description(self)
Set Method:
__setfield_description(self, value)
Delete Method:
__delfield_description(self)

end_date

Get Method:
__getfield_end_date(self)
Set Method:
__setfield_end_date(self, value)
Delete Method:
__delfield_end_date(self)

end_time

Get Method:
__getfield_end_time(self)
Set Method:
__setfield_end_time(self, value)
Delete Method:
__delfield_end_time(self)

pos

position within file, used as an event id

Get Method:
__getfield_pos(self)
Set Method:
__setfield_pos(self, value)
Delete Method:
__delfield_pos(self)

repeat

Get Method:
__getfield_repeat(self)
Set Method:
__setfield_repeat(self, value)
Delete Method:
__delfield_repeat(self)

ringpath

Get Method:
__getfield_ringpath(self)
Set Method:
__setfield_ringpath(self, value)
Delete Method:
__delfield_ringpath(self)

ringtone

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

start

Get Method:
__getfield_start(self)
Set Method:
__setfield_start(self, value)
Delete Method:
__delfield_start(self)

unknown1

Get Method:
__getfield_unknown1(self)
Set Method:
__setfield_unknown1(self, value)
Delete Method:
__delfield_unknown1(self)