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

Class scheduleevent

source code

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

Instance Methods [hide private]
 
__delfield_alarm(self) source code
 
__delfield_date(self) source code
 
__delfield_description(self) source code
 
__delfield_pos(self) source code
 
__delfield_repeat(self) source code
 
__delfield_state(self) source code
 
__getfield_alarm(self) source code
 
__getfield_date(self) source code
 
__getfield_description(self) source code
 
__getfield_pos(self) source code
 
__getfield_repeat(self) source code
 
__getfield_state(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_alarm(self, value) source code
 
__setfield_date(self, value) source code
 
__setfield_description(self, value) source code
 
__setfield_pos(self, value) source code
 
__setfield_repeat(self, value) source code
 
__setfield_state(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 = ['state', 'pos', 'alarm', 'date', 'repeat', 'descri...
Properties [hide private]
  alarm
00 => created, 80 => modified/never been used, B0 => alarm
  date
  description
  pos
position within file, used as an event id
  repeat
01 => used, 02 => daily
  state
02 for an new entry, 01 for a modified entry, 00 for blank entry

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:
['state', 'pos', 'alarm', 'date', 'repeat', 'description']

Property Details [hide private]

alarm

00 => created, 80 => modified/never been used, B0 => alarm

Get Method:
__getfield_alarm(self)
Set Method:
__setfield_alarm(self, value)
Delete Method:
__delfield_alarm(self)

date

Get Method:
__getfield_date(self)
Set Method:
__setfield_date(self, value)
Delete Method:
__delfield_date(self)

description

Get Method:
__getfield_description(self)
Set Method:
__setfield_description(self, value)
Delete Method:
__delfield_description(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

01 => used, 02 => daily

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

state

02 for an new entry, 01 for a modified entry, 00 for blank entry

Get Method:
__getfield_state(self)
Set Method:
__setfield_state(self, value)
Delete Method:
__delfield_state(self)