MqContextC - read a single-data-item outof a read-data-package … More...
Functions | |
static OT_ProcRet | pymqmsgque_MqContextC_ReadALL (MqContextC_ARGS) |
Python: → C-API get a temporary MkBufferListC from all data in the read-data-package … | |
static OT_ProcRet | pymqmsgque_MqContextC_ReadBFL (MqContextC_ARGS) |
Python: → C-API get a temporary MkBufferListC from next list-item in the read-data-package … | |
static OT_ProcRet | pymqmsgque_MqContextC_ReadBUF (MqContextC_ARGS) |
Python: → C-API get a temporary MkBufferC from the read-data-package … | |
static OT_ProcRet | pymqmsgque_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 | pymqmsgque_MqContextC_ReadBOL (MqContextC_ARGS) |
Python: doc_mq_py_ReadBOL → C-API read a PRIMITIVE TYPE from the read-data-package … | |
static OT_ProcRet | pymqmsgque_MqContextC_ReadBinaryR (MqContextC_ARGS) |
Python: → C-API read a MkBinaryR from the read-data-package … | |
static OT_ProcRet | pymqmsgque_MqContextC_ReadDBL (MqContextC_ARGS) |
Python: doc_mq_py_ReadDBL → C-API read a PRIMITIVE TYPE from the read-data-package … | |
static OT_ProcRet | pymqmsgque_MqContextC_ReadFLT (MqContextC_ARGS) |
Python: doc_mq_py_ReadFLT → C-API read a PRIMITIVE TYPE from the read-data-package … | |
static OT_ProcRet | pymqmsgque_MqContextC_ReadHDL (MqContextC_ARGS) |
Python: → C-API read the handle from the read-data-package | |
static OT_ProcRet | pymqmsgque_MqContextC_ReadI16 (MqContextC_ARGS) |
Python: doc_mq_py_ReadI16 → C-API read a PRIMITIVE TYPE from the read-data-package … | |
static OT_ProcRet | pymqmsgque_MqContextC_ReadI32 (MqContextC_ARGS) |
Python: doc_mq_py_ReadI32 → C-API read a PRIMITIVE TYPE from the read-data-package … | |
static OT_ProcRet | pymqmsgque_MqContextC_ReadI64 (MqContextC_ARGS) |
Python: doc_mq_py_ReadI64 → C-API read a PRIMITIVE TYPE from the read-data-package … | |
static OT_ProcRet | pymqmsgque_MqContextC_ReadI8 (MqContextC_ARGS) |
Python: doc_mq_py_ReadI8 → C-API read a PRIMITIVE TYPE from the read-data-package … | |
PyObject * | pymqmsgque_MqContextC_ReadLIST (MqContextC_ARGS) |
Python: → C-API get all arguments as native list … | |
static OT_ProcRet | pymqmsgque_MqContextC_ReadLONG (MqContextC_ARGS) |
Python: → C-API read the long native object from the read-data-package | |
PyObject * | pymqmsgque_MqContextC_ReadNEXT (MqContextC_ARGS) |
Python: → C-API get the next argument as native object … | |
static OT_ProcRet | pymqmsgque_MqContextC_ReadSTR (MqContextC_ARGS) |
Python: doc_mq_py_ReadSTR → C-API read a PRIMITIVE TYPE from the read-data-package … | |
static OT_ProcRet | pymqmsgque_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 1934 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 1952 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 1984 of file MqContextC_py.c.
|
static |
Python:
→ C-API binary ctx.ReadBinaryR()
read a MkBinaryR from the read-data-package …
Definition at line 2015 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 2000 of file MqContextC_py.c.
|
static |
Python:
→ C-API MkBufferC ctx.ReadBUF()
get a temporary MkBufferC from the read-data-package …
Definition at line 1967 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 2031 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 2046 of file MqContextC_py.c.
|
static |
Python:
→ C-API MK_HDL ctx.ReadHDL()
read the handle from the read-data-package
Definition at line 2061 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 2076 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 2091 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 2106 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 2121 of file MqContextC_py.c.
OT_ProcRet pymqmsgque_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 2139 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 …
|
static |
Python: doc_mq_py_ReadSTR
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 2157 of file MqContextC_py.c.
|
static |
Python:
→ C-API string ctx.ReadStringR()
read a MkStringR from the read-data-package …
Definition at line 2172 of file MqContextC_py.c.