Method Summary |
|
__init__ (self,
session,
profileInit,
init_callback)
Create a new Profile object. |
|
processMessage (self,
msg)
Get the time every 5 seconds. |
|
sendTime (self)
This method gets called every self.interval |
Inherited from Profile |
|
mimeDecode (self,
payload)
mimeDecode() is a convenience function used to help make life easier
for profile programmers, like me. |
|
mimeEncode (self,
payload,
contentType,
encoding)
mimeEncode() is a convenience function used to help
make life easier for profile programmers, like me. |
|
setChannel (self,
channel)
setChannel() binds this Profile to the Channel it belongs to. |