phones :: p_samsungscha870 :: CalEntry :: Class CalEntry
[hide private]
[frames] | no frames]

Class CalEntry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              CalEntry

Instance Methods [hide private]
 
__delfield_alarm(self) source code
 
__delfield_alert(self) source code
 
__delfield_duration(self) source code
 
__delfield_exptime(self) source code
 
__delfield_one(self) source code
 
__delfield_reminder(self) source code
 
__delfield_ringtoneindex(self) source code
 
__delfield_start(self) source code
 
__delfield_start2(self) source code
 
__delfield_three(self) source code
 
__delfield_title(self) source code
 
__delfield_titlelen(self) source code
 
__delfield_zero1(self) source code
 
__delfield_zero4(self) source code
 
__delfield_zero5(self) source code
 
__getfield_alarm(self) source code
 
__getfield_alert(self) source code
 
__getfield_duration(self) source code
 
__getfield_exptime(self) source code
 
__getfield_one(self) source code
 
__getfield_reminder(self) source code
 
__getfield_ringtoneindex(self) source code
 
__getfield_start(self) source code
 
__getfield_start2(self) source code
 
__getfield_three(self) source code
 
__getfield_title(self) source code
 
__getfield_titlelen(self) source code
 
__getfield_zero1(self) source code
 
__getfield_zero4(self) source code
 
__getfield_zero5(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_alert(self, value) source code
 
__setfield_duration(self, value) source code
 
__setfield_exptime(self, value) source code
 
__setfield_one(self, value) source code
 
__setfield_reminder(self, value) source code
 
__setfield_ringtoneindex(self, value) source code
 
__setfield_start(self, value) source code
 
__setfield_start2(self, value) source code
 
__setfield_three(self, value) source code
 
__setfield_title(self, value) source code
 
__setfield_titlelen(self, value) source code
 
__setfield_zero1(self, value) source code
 
__setfield_zero4(self, value) source code
 
__setfield_zero5(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 = ['titlelen', 'title', 'start', 'start2', 'exptime',...
Properties [hide private]
  alarm
  alert
  duration
  exptime
  one
  reminder
  ringtoneindex
  start
  start2
  three
  title
  titlelen
  zero1
  zero4
  zero5

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:
['titlelen',
 'title',
 'start',
 'start2',
 'exptime',
 'one',
 'zero1',
 'alert',
...

Property Details [hide private]

alarm

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

alert

Get Method:
__getfield_alert(self)
Set Method:
__setfield_alert(self, value)
Delete Method:
__delfield_alert(self)

duration

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

exptime

Get Method:
__getfield_exptime(self)
Set Method:
__setfield_exptime(self, value)
Delete Method:
__delfield_exptime(self)

one

Get Method:
__getfield_one(self)
Set Method:
__setfield_one(self, value)
Delete Method:
__delfield_one(self)

reminder

Get Method:
__getfield_reminder(self)
Set Method:
__setfield_reminder(self, value)
Delete Method:
__delfield_reminder(self)

ringtoneindex

Get Method:
__getfield_ringtoneindex(self)
Set Method:
__setfield_ringtoneindex(self, value)
Delete Method:
__delfield_ringtoneindex(self)

start

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

start2

Get Method:
__getfield_start2(self)
Set Method:
__setfield_start2(self, value)
Delete Method:
__delfield_start2(self)

three

Get Method:
__getfield_three(self)
Set Method:
__setfield_three(self, value)
Delete Method:
__delfield_three(self)

title

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

titlelen

Get Method:
__getfield_titlelen(self)
Set Method:
__setfield_titlelen(self, value)
Delete Method:
__delfield_titlelen(self)

zero1

Get Method:
__getfield_zero1(self)
Set Method:
__setfield_zero1(self, value)
Delete Method:
__delfield_zero1(self)

zero4

Get Method:
__getfield_zero4(self)
Set Method:
__setfield_zero4(self, value)
Delete Method:
__delfield_zero4(self)

zero5

Get Method:
__getfield_zero5(self)
Set Method:
__setfield_zero5(self, value)
Delete Method:
__delfield_zero5(self)