![]() |
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 addr, Variant data) |
def | __enter__ (self) |
def | __exit__ (self, exc_type, exc_val, exc_tb) |
def | close (self) |
bytes | get_address (self) |
C_DLR_VARIANT | get_data (self) |
class Bulk _Request
Definition at line 20 of file bulk_util.py.
bytes get_address | ( | self | ) |
get_address
Definition at line 54 of file bulk_util.py.
References Response.__address, and _Request.__address.
C_DLR_VARIANT get_data | ( | self | ) |
get_data
Definition at line 63 of file bulk_util.py.
References Response.__data, _Request.__data, NotifyItemPublish.__data, and NotifyItem.__data.
Referenced by Variant.get_flatbuffers().