![]() |
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, C_DLR_VARIANT data, C_DLR_VARIANT info) |
str | get_address (self) |
Variant | get_data (self) |
int | get_timestamp (self) |
NotifyType | get_type (self) |
Definition at line 30 of file subscription.py.
def __init__ | ( | self, | |
C_DLR_VARIANT | data, | ||
C_DLR_VARIANT | info | ||
) |
[in] | data | of the notify item |
[in] | containing | notify_info.fbs |
Definition at line 38 of file subscription.py.
References Response.__data, _Request.__data, NotifyItemPublish.__data, NotifyItem.__data, NotifyItemPublish.__info, and NotifyItem.__info.
str get_address | ( | self | ) |
Node address.
@returns <str>
Definition at line 60 of file subscription.py.
References NotifyItemPublish.__info, and NotifyItem.__info.
Variant get_data | ( | self | ) |
data of the notify item
@returns <Variant>
Definition at line 52 of file subscription.py.
References Response.__data, _Request.__data, NotifyItemPublish.__data, and NotifyItem.__data.
Referenced by Variant.get_flatbuffers().
NotifyType get_type | ( | self | ) |
Notify type.
@returns <NotifyType>
Definition at line 68 of file subscription.py.
References NotifyItemPublish.__info, and NotifyItem.__info.