MqContextC - read a single-data-item outof a read-data-package … More...
Collaboration diagram for MqContextC_ReadApi_Atom_PY_API:MqContextC - read a single-data-item outof a read-data-package …
|
static |
Python: → C-API MkBufferListC ctx.ReadALL(?val_inout:MkBufferListC=None?)
get a temporary MkBufferListC from all data in the read-data-package …
Definition at line 1936 of file MqContextC_py.c.
|
static |
Python: → C-API MkBufferListC ctx.ReadBFL()
get a temporary MkBufferListC from next list-item in the read-data-package …
Definition at line 1954 of file MqContextC_py.c.
|
static |
Python: doc_mq_py_ReadBIN → C-API
generic function to read an MK_BIN object from the read-data-package object …
Definition at line 1986 of file MqContextC_py.c.
|
static |
Python: → C-API binary ctx.ReadBinaryR()
read a MkBinaryR from the read-data-package …
Definition at line 2017 of file MqContextC_py.c.
|
static |
Python: doc_mq_py_ReadBOL → C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 2002 of file MqContextC_py.c.
|
static |
Python: → C-API MkBufferC ctx.ReadBUF()
get a temporary MkBufferC from the read-data-package …
Definition at line 1969 of file MqContextC_py.c.
|
static |
Python: doc_mq_py_ReadDBL → C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 2033 of file MqContextC_py.c.
|
static |
Python: doc_mq_py_ReadFLT → C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 2048 of file MqContextC_py.c.
|
static |
Python: → C-API MK_HDL ctx.ReadHDL()
read the handle from the read-data-package
Definition at line 2063 of file MqContextC_py.c.
|
static |
Python: doc_mq_py_ReadI16 → C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 2078 of file MqContextC_py.c.
|
static |
Python: doc_mq_py_ReadI32 → C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 2093 of file MqContextC_py.c.
|
static |
Python: doc_mq_py_ReadI64 → C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 2108 of file MqContextC_py.c.
|
static |
Python: doc_mq_py_ReadI8 → C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 2123 of file MqContextC_py.c.
| PyObject * pymqmsgque_MqContextC_ReadLIST | ( | MqContextC_ARGS | ) |
Python: → C-API [list...] ctx.ReadLIST()
get all arguments as native list …
Definition at line 17 of file MqContextC_ReadLIST_lng.h.
|
static |
Python: → C-API long ctx.ReadLONG()
read the long native object from the read-data-package
Definition at line 2141 of file MqContextC_py.c.
| OT_ProcRet pymqmsgque_MqContextC_ReadNEXT | ( | MqContextC_ARGS | ) |
Python: → C-API obj ctx.ReadNEXT()
get the next argument as native object …
Definition at line 18 of file MqContextC_ReadNEXT_lng.h.
|
static |
Python: doc_mq_py_ReadSTR → C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 2159 of file MqContextC_py.c.
|
static |
Python: → C-API string ctx.ReadStringR()
read a MkStringR from the read-data-package …
Definition at line 2174 of file MqContextC_py.c.