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

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)
 

Detailed Description

class Bulk _Request

Definition at line 20 of file bulk_util.py.

Member Function Documentation

◆ get_address()

bytes get_address (   self)

get_address

Returns
str Address of the request

Definition at line 54 of file bulk_util.py.

References Response.__address, and _Request.__address.

◆ get_data()

C_DLR_VARIANT get_data (   self)

get_data

Returns
C_DLR_VARIANT Input data of the request

Definition at line 63 of file bulk_util.py.

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

Referenced by Variant.get_flatbuffers().