![]() |
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, ProviderNodeCallbacks cbs, userData_c_void_p userdata=None) |
def | __del__ (self) |
def | __enter__ (self) |
def | __exit__ (self, exc_type, exc_val, exc_tb) |
def | close (self) |
def | get_handle (self) |
Provider node interface for providing data to the system.
Hint see python context manager for instance handling
Definition at line 87 of file provider_node.py.