TwiceAsNice
2019-02-18
|
Public Member Functions | |
def | __init__ (self, attrs) |
def | tell (self) |
def | get_text (self) |
def | is_valid (self) |
![]() | |
def | __init__ (self, attrs, tag) |
def | is_valid (self) |
def | get_xml (self, transfertype) |
def | update (self, attrs, tag) |
Public Attributes | |
device | |
timestamp | |
![]() | |
tag | |
Private Attributes | |
_value | |
a text message. @ivar device: The INDI device the message belongs to. @type device: StringType @ivar timestamp: The time when the message was send out by the INDI server @type timestamp: StringType @ivar _value: The INDI message send by the server @type _value: StringType
def indiclient.indimessage.__init__ | ( | self, | |
attrs | |||
) |
@param attrs: The attributes of the XML version of the INDI message. @type attrs: DictType
def indiclient.indimessage.get_text | ( | self | ) |
@return: A text representing the message received @rtype: StringType
def indiclient.indimessage.is_valid | ( | self | ) |
@return: C{True} if the message is valid. @rtype: StringType
def indiclient.indimessage.tell | ( | self | ) |
print the message to the screen @return: B{None} @rtype: NoneType
|
private |
indiclient.indimessage.device |
indiclient.indimessage.timestamp |