#include <mobu-python-api.h>
Connection notify event class.
Inheritance diagram for FBEventConnectionDataNotify:Public Member Functions | |
| __reduce__ () | |
| __init__ (object arg1) | |
| Constructor. More... | |
Public Member Functions inherited from FBEvent | |
| __reduce__ () | |
| __init__ (...) | |
| Constructor. More... | |
Public Attributes | |
| FBPropertyConnectionAction | Action |
| Read Only Property: Connection's action performed. More... | |
| FBPropertyPlug | Plug |
| Read Only Property: The plug involved in the action. More... | |
Public Attributes inherited from FBEvent | |
| FBPropertyInt | Type |
| Read Only Property: Type of event. More... | |
| __init__ | ( | object | arg1 | ) |
Constructor.
Python Docstring:
__init__( (object)arg1) -> None
C++ Signature:
FBEventConnectionDataNotify(HKEventBase pEvent)
| pEvent | Base event (internal) to obtain information from. |
| __reduce__ | ( | ) |
| FBPropertyConnectionAction Action |
Read Only Property: Connection's action performed.
| FBPropertyPlug Plug |
Read Only Property: The plug involved in the action.