ctrlX Data Layer API for Python  3.4.0
The ctrlX Data Layer API allows access to the ctrlX Data Layer with Python
SubscriptionAsync Member List

This is the complete list of members for SubscriptionAsync, including all inherited members.

__enter__(self)SubscriptionAsync
__exit__(self, exc_type, exc_val, exc_tb)SubscriptionAsync
__init__(self, ctrlxdatalayer.client.Client client)SubscriptionAsync
close(self)SubscriptionAsync
id(self)SubscriptionAsync
on_close(self)SubscriptionAsync
subscribe(self, str address, ctrlxdatalayer.client.ResponseCallback cb, userData_c_void_p userdata=None)SubscriptionAsync
subscribe_multi(self, typing.List[str] address, ctrlxdatalayer.client.ResponseCallback cb, userData_c_void_p userdata=None)SubscriptionAsync
unsubscribe(self, str address, ctrlxdatalayer.client.ResponseCallback cb, userData_c_void_p userdata=None)SubscriptionAsync
unsubscribe_all(self, ctrlxdatalayer.client.ResponseCallback cb, userData_c_void_p userdata=None)SubscriptionAsync
unsubscribe_multi(self, typing.List[str] address, ctrlxdatalayer.client.ResponseCallback cb, userData_c_void_p userdata=None)SubscriptionAsync
wait_on_response_cb(self, int wait=5)SubscriptionAsync