phones :: p_samsungspha840_telus :: eventresponse :: Class eventresponse
[hide private]
[frames] | no frames]

Class eventresponse

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              eventresponse

Instance Methods [hide private]
 
__delfield_alarm(self) source code
 
__delfield_command(self) source code
 
__delfield_dunno(self) source code
 
__delfield_end(self) source code
 
__delfield_eventname(self) source code
 
__delfield_slot(self) source code
 
__delfield_start(self) source code
 
__delfield_timestamp(self) source code
 
__getfield_alarm(self) source code
 
__getfield_command(self) source code
 
__getfield_dunno(self) source code
 
__getfield_end(self) source code
 
__getfield_eventname(self) source code
 
__getfield_slot(self) source code
 
__getfield_start(self) source code
 
__getfield_timestamp(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_command(self, value) source code
 
__setfield_dunno(self, value) source code
 
__setfield_end(self, value) source code
 
__setfield_eventname(self, value) source code
 
__setfield_slot(self, value) source code
 
__setfield_start(self, value) source code
 
__setfield_timestamp(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', 'slot', 'start', 'end', 'timestamp', 'a...
Properties [hide private]
  alarm
0: No Alarm, 1: On Time, 2: 10 minutes, 3: 30 minutes, 4: 60 minutes
  command
  dunno
  end
  eventname
  slot
  start
  timestamp

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',
 'slot',
 'start',
 'end',
 'timestamp',
 'alarm',
 'dunno',
 'eventname']

Property Details [hide private]

alarm

0: No Alarm, 1: On Time, 2: 10 minutes, 3: 30 minutes, 4: 60 minutes

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

command

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

dunno

Get Method:
__getfield_dunno(self)
Set Method:
__setfield_dunno(self, value)
Delete Method:
__delfield_dunno(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)

slot

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

start

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

timestamp

Get Method:
__getfield_timestamp(self)
Set Method:
__setfield_timestamp(self, value)
Delete Method:
__delfield_timestamp(self)