Go to the source code of this file.
Namespaces | |
test2 | |
Functions | |
def | test2.connectionLost (context, cause) |
def | test2.deliveryComplete (context, msgid) |
def | test2.messageArrived (context, topicName, message) |
def | test2.onFailure (context, failureData) |
def | test2.onSuccess (context, successData) |
Variables | |
test2.client | |
string | test2.clientid = "myclientid" |
list | test2.clients = [] |
dictionary | test2.context = {"client" : client, "clientid" : clientid, "state" : "connecting"} |
string | test2.hostname = "localhost" |
test2.myclientid = None | |
int | test2.noclients = 1 |
test2.rc | |
string | test2.topic = "test2_topic" |