phones :: p_motov710 :: calendar_req_resp :: Class calendar_req_resp
[hide private]
[frames] | no frames]

Class calendar_req_resp

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              calendar_req_resp

Instance Methods [hide private]
 
__delfield_alarm_date(self) source code
 
__delfield_alarm_enabled(self) source code
 
__delfield_alarm_time(self) source code
 
__delfield_alarm_timed(self) source code
 
__delfield_command(self) source code
 
__delfield_duration(self) source code
 
__delfield_ex_event(self) source code
 
__delfield_ex_event_flag(self) source code
 
__delfield_index(self) source code
 
__delfield_repeat_type(self) source code
 
__delfield_start_date(self) source code
 
__delfield_start_time(self) source code
 
__delfield_title(self) source code
 
__getfield_alarm_date(self) source code
 
__getfield_alarm_enabled(self) source code
 
__getfield_alarm_time(self) source code
 
__getfield_alarm_timed(self) source code
 
__getfield_command(self) source code
 
__getfield_duration(self) source code
 
__getfield_ex_event(self) source code
 
__getfield_ex_event_flag(self) source code
 
__getfield_index(self) source code
 
__getfield_repeat_type(self) source code
 
__getfield_start_date(self) source code
 
__getfield_start_time(self) source code
 
__getfield_title(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_alarm_date(self, value) source code
 
__setfield_alarm_enabled(self, value) source code
 
__setfield_alarm_time(self, value) source code
 
__setfield_alarm_timed(self, value) source code
 
__setfield_command(self, value) source code
 
__setfield_duration(self, value) source code
 
__setfield_ex_event(self, value) source code
 
__setfield_ex_event_flag(self, value) source code
 
__setfield_index(self, value) source code
 
__setfield_repeat_type(self, value) source code
 
__setfield_start_date(self, value) source code
 
__setfield_start_time(self, value) source code
 
__setfield_title(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 = ['command', 'index', 'title', 'alarm_timed', 'alarm...
Properties [hide private]
  alarm_date
  alarm_enabled
  alarm_time
  alarm_timed
  command
  duration
  ex_event
  ex_event_flag
  index
  repeat_type
  start_date
  start_time
  title

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:
['command',
 'index',
 'title',
 'alarm_timed',
 'alarm_enabled',
 'start_time',
 'start_date',
 'duration',
...

Property Details [hide private]

alarm_date

Get Method:
__getfield_alarm_date(self)
Set Method:
__setfield_alarm_date(self, value)
Delete Method:
__delfield_alarm_date(self)

alarm_enabled

Get Method:
__getfield_alarm_enabled(self)
Set Method:
__setfield_alarm_enabled(self, value)
Delete Method:
__delfield_alarm_enabled(self)

alarm_time

Get Method:
__getfield_alarm_time(self)
Set Method:
__setfield_alarm_time(self, value)
Delete Method:
__delfield_alarm_time(self)

alarm_timed

Get Method:
__getfield_alarm_timed(self)
Set Method:
__setfield_alarm_timed(self, value)
Delete Method:
__delfield_alarm_timed(self)

command

Get Method:
__getfield_command(self)
Set Method:
__setfield_command(self, value)
Delete Method:
__delfield_command(self)

duration

Get Method:
__getfield_duration(self)
Set Method:
__setfield_duration(self, value)
Delete Method:
__delfield_duration(self)

ex_event

Get Method:
__getfield_ex_event(self)
Set Method:
__setfield_ex_event(self, value)
Delete Method:
__delfield_ex_event(self)

ex_event_flag

Get Method:
__getfield_ex_event_flag(self)
Set Method:
__setfield_ex_event_flag(self, value)
Delete Method:
__delfield_ex_event_flag(self)

index

Get Method:
__getfield_index(self)
Set Method:
__setfield_index(self, value)
Delete Method:
__delfield_index(self)

repeat_type

Get Method:
__getfield_repeat_type(self)
Set Method:
__setfield_repeat_type(self, value)
Delete Method:
__delfield_repeat_type(self)

start_date

Get Method:
__getfield_start_date(self)
Set Method:
__setfield_start_date(self, value)
Delete Method:
__delfield_start_date(self)

start_time

Get Method:
__getfield_start_time(self)
Set Method:
__setfield_start_time(self, value)
Delete Method:
__delfield_start_time(self)

title

Get Method:
__getfield_title(self)
Set Method:
__setfield_title(self, value)
Delete Method:
__delfield_title(self)