MqContextC - read a block-of-data outof a read-data-package … More...
Functions | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadL_END (MqContextC_ARGS) |
Python: → C-API finish to extract a list-items from the read-data-package. … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadL_START (MqContextC_ARGS) |
Python: → C-API start to extract a list-items from the read-data-package. … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadT_END (MqContextC_ARGS) |
Python: → C-API finish to extract a longterm-transaction-item from the read-data-package. … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadT_START (MqContextC_ARGS) |
Python: → C-API start to extract a longterm-transaction-item from the read-data-package. … | |
MqContextC - read a block-of-data outof a read-data-package …
|
static |
Python:
→ C-API ctx.ReadL_END()
finish to extract a list-items from the read-data-package. …
Definition at line 2224 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ReadL_START(?buf:MkBufferC=None?)
start to extract a list-items from the read-data-package. …
Definition at line 2238 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ReadT_END()
finish to extract a longterm-transaction-item from the read-data-package. …
Definition at line 2254 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ReadT_START()
start to extract a longterm-transaction-item from the read-data-package. …
Definition at line 2268 of file MqContextC_py.c.