phones :: p_sanyo3200 :: evententry :: Class evententry
[hide private]
[frames] | no frames]

Class evententry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              evententry

Instance Methods [hide private]
 
__delfield_alarm(self) source code
 
__delfield_alarmdiff(self) source code
 
__delfield_dom(self) source code
 
__delfield_end(self) source code
 
__delfield_eventname(self) source code
 
__delfield_eventname_len(self) source code
 
__delfield_location(self) source code
 
__delfield_location_len(self) source code
 
__delfield_pad1(self) source code
 
__delfield_pad2(self) source code
 
__delfield_pad3(self) source code
 
__delfield_pad4(self) source code
 
__delfield_period(self) source code
 
__delfield_ringtone(self) source code
 
__delfield_serial(self) source code
 
__delfield_slot(self) source code
 
__delfield_start(self) source code
 
__getfield_alarm(self) source code
 
__getfield_alarmdiff(self) source code
 
__getfield_dom(self) source code
 
__getfield_end(self) source code
 
__getfield_eventname(self) source code
 
__getfield_eventname_len(self) source code
 
__getfield_location(self) source code
 
__getfield_location_len(self) source code
 
__getfield_pad1(self) source code
 
__getfield_pad2(self) source code
 
__getfield_pad3(self) source code
 
__getfield_pad4(self) source code
 
__getfield_period(self) source code
 
__getfield_ringtone(self) source code
 
__getfield_serial(self) source code
 
__getfield_slot(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_alarm(self, value) source code
 
__setfield_alarmdiff(self, value) source code
 
__setfield_dom(self, value) source code
 
__setfield_end(self, value) source code
 
__setfield_eventname(self, value) source code
 
__setfield_eventname_len(self, value) source code
 
__setfield_location(self, value) source code
 
__setfield_location_len(self, value) source code
 
__setfield_pad1(self, value) source code
 
__setfield_pad2(self, value) source code
 
__setfield_pad3(self, value) source code
 
__setfield_pad4(self, value) source code
 
__setfield_period(self, value) source code
 
__setfield_ringtone(self, value) source code
 
__setfield_serial(self, value) source code
 
__setfield_slot(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 = ['slot', 'eventname', 'pad1', 'eventname_len', 'sta...
Properties [hide private]
  alarm
  alarmdiff
Displayed alarm time
  dom
Day of month for the event
  end
  eventname
  eventname_len
  location
  location_len
  pad1
  pad2
  pad3
  pad4
  period
No, Daily, Weekly, Monthly, Yearly
  ringtone
  serial
Some kind of serial number
  slot
  start
# seconds since Jan 1, 1980 approximately

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:
['slot',
 'eventname',
 'pad1',
 'eventname_len',
 'start',
 'end',
 'location',
 'pad2',
...

Property Details [hide private]

alarm

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

alarmdiff

Displayed alarm time

Get Method:
__getfield_alarmdiff(self)
Set Method:
__setfield_alarmdiff(self, value)
Delete Method:
__delfield_alarmdiff(self)

dom

Day of month for the event

Get Method:
__getfield_dom(self)
Set Method:
__setfield_dom(self, value)
Delete Method:
__delfield_dom(self)

end

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

eventname

Get Method:
__getfield_eventname(self)
Set Method:
__setfield_eventname(self, value)
Delete Method:
__delfield_eventname(self)

eventname_len

Get Method:
__getfield_eventname_len(self)
Set Method:
__setfield_eventname_len(self, value)
Delete Method:
__delfield_eventname_len(self)

location

Get Method:
__getfield_location(self)
Set Method:
__setfield_location(self, value)
Delete Method:
__delfield_location(self)

location_len

Get Method:
__getfield_location_len(self)
Set Method:
__setfield_location_len(self, value)
Delete Method:
__delfield_location_len(self)

pad1

Get Method:
__getfield_pad1(self)
Set Method:
__setfield_pad1(self, value)
Delete Method:
__delfield_pad1(self)

pad2

Get Method:
__getfield_pad2(self)
Set Method:
__setfield_pad2(self, value)
Delete Method:
__delfield_pad2(self)

pad3

Get Method:
__getfield_pad3(self)
Set Method:
__setfield_pad3(self, value)
Delete Method:
__delfield_pad3(self)

pad4

Get Method:
__getfield_pad4(self)
Set Method:
__setfield_pad4(self, value)
Delete Method:
__delfield_pad4(self)

period

No, Daily, Weekly, Monthly, Yearly

Get Method:
__getfield_period(self)
Set Method:
__setfield_period(self, value)
Delete Method:
__delfield_period(self)

ringtone

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

serial

Some kind of serial number

Get Method:
__getfield_serial(self)
Set Method:
__setfield_serial(self, value)
Delete Method:
__delfield_serial(self)

slot

Get Method:
__getfield_slot(self)
Set Method:
__setfield_slot(self, value)
Delete Method:
__delfield_slot(self)

start

# seconds since Jan 1, 1980 approximately

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