phones :: p_lgvi125 :: 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_packet_size(self) source code
 
__delfield_pad2(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
 
__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_packet_size(self) source code
 
__getfield_pad2(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
 
__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_packet_size(self, value) source code
 
__setfield_pad2(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
 
_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 = ['packet_size', 'pos', 'start', 'end', 'repeat', 'd...
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
  packet_size
Faster than packetsize()
  pad2
  pos
position within file, used as an event id
  repeat
  ringtone
  snoozedelay
in minutes, not for this phone
  start

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:
['packet_size',
 'pos',
 'start',
 'end',
 'repeat',
 'daybitmap',
 'pad2',
 'alarmminutes',
...

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)

packet_size

Faster than packetsize()

Get Method:
__getfield_packet_size(self)
Set Method:
__setfield_packet_size(self, value)
Delete Method:
__delfield_packet_size(self)

pad2

Get Method:
__getfield_pad2(self)
Set Method:
__setfield_pad2(self, value)
Delete Method:
__delfield_pad2(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)

ringtone

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

snoozedelay

in minutes, not for this phone

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)