Trees | Index | Help |
|
---|
Module indiclient :: Class indimessage |
|
indiobject
--+
|
indimessage
Method Summary | |
---|---|
| |
StringType |
Return a text representing the message received |
StringType |
Return True if the message is valid. |
NoneType |
print the message to the screen |
Inherited from indiobject | |
StringType |
Returns an XML representation of the object |
NoneType |
Update this element with data received form the XML Parser. |
Instance Variable Summary | |
---|---|
StringType | device : The INDI device the message belongs to. |
StringType | timestamp : The time when the message was send out by the INDI server |
Inherited from indiobject | |
indixmltag |
tag : The XML tag of the INDI object (see indixmltag ). |
Method Details |
---|
__init__(self,
attrs)
|
get_text(self)
|
is_valid(self)
|
tell(self)print the message to the screen
|
Instance Variable Details |
---|
deviceThe INDI device the message belongs to.
|
timestampThe time when the message was send out by the INDI server
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Sep 10 10:26:06 2005 | http://epydoc.sf.net |