![]() |
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, str node_address) |
def | __del__ (self) |
def | __enter__ (self) |
def | __exit__ (self, exc_type, exc_val, exc_tb) |
def | close (self) |
Variant | get_data (self) |
Variant | get_info (self) |
NotifyInfoPublish | get_notify_info (self) |
class NotifyItemPublish:
Definition at line 194 of file provider_subscription.py.
Variant get_data | ( | self | ) |
get_data
Definition at line 235 of file provider_subscription.py.
References Response.__data, _Request.__data, NotifyItemPublish.__data, and NotifyItem.__data.
Referenced by Variant.get_flatbuffers().
Variant get_info | ( | self | ) |
internal use
Definition at line 251 of file provider_subscription.py.
References NotifyItemPublish.__info, NotifyItem.__info, and NotifyItemPublish.__notify_info.
NotifyInfoPublish get_notify_info | ( | self | ) |
get_notify_info
Definition at line 243 of file provider_subscription.py.
References NotifyItemPublish.__notify_info.