#include <mainpage.h>
Base class of FBPlug in Python. This class acts as a bridge between the ORSDK C++ world and the Python world. Since each Python objects wrap a ORSDK object we need a way to notify Python if the ORSDK object is destroyed.
OnUnbind is used in this way: it notifies the user when the wrapped ORSDK objects is destroyed.
Public Member Functions | |
__reduce__ () | |
__init__ (...) | |
Public Attributes | |
object | OnUnbind |
__init__ | ( | ... | ) |
Python Docstring:
Raises an exception This class cannot be instantiated from Python
__reduce__ | ( | ) |
object OnUnbind |