ctrlX Data Layer API for Python  3.3.0
The ctrlX Data Layer API allows access to the ctrlX Data Layer with Python
NotifyItem Class Reference

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)
 

Detailed Description

NotifyItem.

Definition at line 30 of file subscription.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
C_DLR_VARIANT  data,
C_DLR_VARIANT  info 
)
Parameters
[in]dataof the notify item
[in]containingnotify_info.fbs

Definition at line 38 of file subscription.py.

References Response.__data, _Request.__data, NotifyItemPublish.__data, NotifyItem.__data, NotifyItemPublish.__info, and NotifyItem.__info.

Member Function Documentation

◆ get_address()

str get_address (   self)

Node address.

   @returns <str>

Definition at line 60 of file subscription.py.

References NotifyItemPublish.__info, and NotifyItem.__info.

◆ get_data()

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().

◆ get_type()

NotifyType get_type (   self)

Notify type.

   @returns <NotifyType>

Definition at line 68 of file subscription.py.

References NotifyItemPublish.__info, and NotifyItem.__info.