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

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)
 

Detailed Description

class NotifyItemPublish:

Definition at line 194 of file provider_subscription.py.

Member Function Documentation

◆ get_data()

Variant get_data (   self)

get_data

Returns
Variant data of the notify item

Definition at line 235 of file provider_subscription.py.

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

Referenced by Variant.get_flatbuffers().

◆ get_info()

Variant get_info (   self)

internal use

Returns
Variant containing notify_info.fbs (address, timestamp, type, ...)

Definition at line 251 of file provider_subscription.py.

References NotifyItemPublish.__info, NotifyItem.__info, and NotifyItemPublish.__notify_info.

◆ get_notify_info()

NotifyInfoPublish get_notify_info (   self)

get_notify_info

Returns
get_notify_info:

Definition at line 243 of file provider_subscription.py.

References NotifyItemPublish.__notify_info.