MqContextC - read a single-data-item outof a read-data-package … More...
Functions | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadALL (MqContextC_ARGS) |
Python: → C-API get a temporary MkBufferListC from all data in the read-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadBFL (MqContextC_ARGS) |
Python: → C-API get a temporary MkBufferListC from next list-item in the read-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadBUF (MqContextC_ARGS) |
Python: → C-API get a temporary MkBufferC from the read-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadBIN (MqContextC_ARGS) |
Python: doc_mq_py_ReadBIN → C-API generic function to read an MK_BIN object from the read-data-package object … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadBOL (MqContextC_ARGS) |
Python: doc_mq_py_ReadBOL → C-API read a PRIMITIVE TYPE from the read-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadBinaryR (MqContextC_ARGS) |
Python: → C-API read a MkBinaryR from the read-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadDBL (MqContextC_ARGS) |
Python: doc_mq_py_ReadDBL → C-API read a PRIMITIVE TYPE from the read-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadFLT (MqContextC_ARGS) |
Python: doc_mq_py_ReadFLT → C-API read a PRIMITIVE TYPE from the read-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadHDL (MqContextC_ARGS) |
Python: → C-API read the handle from the read-data-package | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadI16 (MqContextC_ARGS) |
Python: doc_mq_py_ReadI16 → C-API read a PRIMITIVE TYPE from the read-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadI32 (MqContextC_ARGS) |
Python: doc_mq_py_ReadI32 → C-API read a PRIMITIVE TYPE from the read-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadI64 (MqContextC_ARGS) |
Python: doc_mq_py_ReadI64 → C-API read a PRIMITIVE TYPE from the read-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadI8 (MqContextC_ARGS) |
Python: doc_mq_py_ReadI8 → C-API read a PRIMITIVE TYPE from the read-data-package … | |
PyObject * | py_mqmsgque_MqContextC_ReadLIST (MqContextC_ARGS) |
Python: → C-API get all arguments as native list … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadLONG (MqContextC_ARGS) |
Python: → C-API read the long native object from the read-data-package | |
PyObject * | py_mqmsgque_MqContextC_ReadNEXT (MqContextC_ARGS) |
Python: → C-API get the next argument as native object … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadSTR (MqContextC_ARGS) |
Python: doc_mq_py_ReadSTR → C-API read a PRIMITIVE TYPE from the read-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadStringR (MqContextC_ARGS) |
Python: → C-API read a MkStringR from the read-data-package … | |
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 1961 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 1979 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 2011 of file MqContextC_py.c.
|
static |
Python:
→ C-API binary ctx.ReadBinaryR()
read a MkBinaryR from the read-data-package …
Definition at line 2042 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 2027 of file MqContextC_py.c.
|
static |
Python:
→ C-API MkBufferC ctx.ReadBUF()
get a temporary MkBufferC from the read-data-package …
Definition at line 1994 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 2058 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 2073 of file MqContextC_py.c.
|
static |
Python:
→ C-API MK_HDL ctx.ReadHDL()
read the handle from the read-data-package
Definition at line 2088 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 2103 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 2118 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 2133 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 2148 of file MqContextC_py.c.
OT_ProcRet py_mqmsgque_MqContextC_ReadLIST | ( | MqContextC_ARGS | ) |
Python:
→ C-API [list...] ctx.ReadLIST()
get all arguments as native list …
|
static |
Python:
→ C-API long ctx.ReadLONG()
read the long native object from the read-data-package
Definition at line 2166 of file MqContextC_py.c.
OT_ProcRet py_mqmsgque_MqContextC_ReadNEXT | ( | MqContextC_ARGS | ) |
Python:
→ C-API obj ctx.ReadNEXT()
get the next argument as native object …
|
static |
Python: doc_mq_py_ReadSTR
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 2184 of file MqContextC_py.c.
|
static |
Python:
→ C-API string ctx.ReadStringR()
read a MkStringR from the read-data-package …
Definition at line 2199 of file MqContextC_py.c.