phones :: p_lgvx6100 :: 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_alarmminutes(self) source code
 
__delfield_alarmtype(self) source code
 
__delfield_daybitmap(self) source code
 
__delfield_description(self) source code
 
__delfield_end(self) source code
 
__delfield_hasvoice(self) source code
 
__delfield_pos(self) source code
 
__delfield_repeat(self) source code
 
__delfield_ringtone(self) source code
 
__delfield_snoozedelay(self) source code
 
__delfield_start(self) source code
 
__delfield_unknown1(self) source code
 
__delfield_unknown2(self) source code
 
__delfield_voiceid(self) source code
 
__getfield_alarmhours(self) source code
 
__getfield_alarmminutes(self) source code
 
__getfield_alarmtype(self) source code
 
__getfield_daybitmap(self) source code
 
__getfield_description(self) source code
 
__getfield_end(self) source code
 
__getfield_hasvoice(self) source code
 
__getfield_pos(self) source code
 
__getfield_repeat(self) source code
 
__getfield_ringtone(self) source code
 
__getfield_snoozedelay(self) source code
 
__getfield_start(self) source code
 
__getfield_unknown1(self) source code
 
__getfield_unknown2(self) source code
 
__getfield_voiceid(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_alarmminutes(self, value) source code
 
__setfield_alarmtype(self, value) source code
 
__setfield_daybitmap(self, value) source code
 
__setfield_description(self, value) source code
 
__setfield_end(self, value) source code
 
__setfield_hasvoice(self, value) source code
 
__setfield_pos(self, value) source code
 
__setfield_repeat(self, value) source code
 
__setfield_ringtone(self, value) source code
 
__setfield_snoozedelay(self, value) source code
 
__setfield_start(self, value) source code
 
__setfield_unknown1(self, value) source code
 
__setfield_unknown2(self, value) source code
 
__setfield_voiceid(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', 'start', 'end', 'repeat', 'daybitmap', 'ala...
Properties [hide private]
  alarmhours
a value of 100 indicates not set
  alarmminutes
a value of 100 indicates not set
  alarmtype
preset alarm reminder type
  daybitmap
which days a weekly repeat event happens on?
  description
  end
  hasvoice
This event has an associated voice memo if 1
  pos
position within file, used as an event id
  repeat
Repeat?
  ringtone
  snoozedelay
in minutes?
  start
  unknown1
This seems to always be two zeros
  unknown2
This seems to always be yet two more zeros
  voiceid
sch/schexxx.qcp is the voice memo (xxx = voiceid - 0x0f)

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',
 'start',
 'end',
 'repeat',
 'daybitmap',
 'alarmminutes',
 'alarmhours',
 'alarmtype',
...

Property Details [hide private]

alarmhours

a value of 100 indicates not set

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

alarmminutes

a value of 100 indicates not set

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

alarmtype

preset alarm reminder type

Get Method:
__getfield_alarmtype(self)
Set Method:
__setfield_alarmtype(self, value)
Delete Method:
__delfield_alarmtype(self)

daybitmap

which days a weekly repeat event happens on?

Get Method:
__getfield_daybitmap(self)
Set Method:
__setfield_daybitmap(self, value)
Delete Method:
__delfield_daybitmap(self)

description

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

end

Get Method:
__getfield_end(self)
Set Method:
__setfield_end(self, value)
Delete Method:
__delfield_end(self)

hasvoice

This event has an associated voice memo if 1

Get Method:
__getfield_hasvoice(self)
Set Method:
__setfield_hasvoice(self, value)
Delete Method:
__delfield_hasvoice(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

Repeat?

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

ringtone

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

snoozedelay

in minutes?

Get Method:
__getfield_snoozedelay(self)
Set Method:
__setfield_snoozedelay(self, value)
Delete Method:
__delfield_snoozedelay(self)

start

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

unknown1

This seems to always be two zeros

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

unknown2

This seems to always be yet two more zeros

Get Method:
__getfield_unknown2(self)
Set Method:
__setfield_unknown2(self, value)
Delete Method:
__delfield_unknown2(self)

voiceid

sch/schexxx.qcp is the voice memo (xxx = voiceid - 0x0f)

Get Method:
__getfield_voiceid(self)
Set Method:
__setfield_voiceid(self, value)
Delete Method:
__delfield_voiceid(self)