![]() |
ctrlX Data Layer API for Python
3.3.0
The ctrlX Data Layer API allows access to the ctrlX Data Layer with Python
|
Public Member Functions | |
def | __init__ (self, NodeFunctionData on_create, NodeFunction on_remove, NodeFunction on_browse, NodeFunctionData on_read, NodeFunctionData on_write, NodeFunction on_metadata, NodeFunctionSubscription on_subscribe=None, NodeFunctionSubscription on_unsubscribe=None) |
Public Attributes | |
on_browse | |
on_create | |
on_metadata | |
on_read | |
on_remove | |
on_subscribe | |
on_unsubscribe | |
on_write | |
Provider Node callbacks interface.
Definition at line 55 of file provider_node.py.