Inherits shet::ShetProtocol.
Public Member Functions | |
def | connectionMade |
Set up the connection - initialise all properties, events etc. | |
def | connectionLost |
Called on disconnect. | |
def | send_mkprop |
def | send_rmprop |
def | send_get |
def | send_set |
def | send_mkevent |
def | send_rmevent |
def | send_raise |
def | send_watch |
def | send_ignore |
def | send_mkaction |
def | send_rmaction |
def | send_call |
def | cmd_getprop |
def | cmd_setprop |
def | cmd_event |
def | cmd_eventdeleted |
def | cmd_docall |
def client.ShetClientProtocol.connectionLost | ( | self, | ||
reason | ||||
) |
Called on disconnect.
def client.ShetClientProtocol.connectionMade | ( | self | ) |
Set up the connection - initialise all properties, events etc.
and send all queued items.