MqContextC - read a block-of-data outof a read-data-package … More...
Collaboration diagram for MqContextC_ReadApi_Block_PY_API:Functions | |
| static OT_ProcRet | pymqmsgque_MqContextC_ReadL_END (MqContextC_ARGS) |
Python: → C-API finish to extract a list-items from the read-data-package. … | |
| static OT_ProcRet | pymqmsgque_MqContextC_ReadL_START (MqContextC_ARGS) |
Python: → C-API start to extract a list-items from the read-data-package. … | |
| static OT_ProcRet | pymqmsgque_MqContextC_ReadT_END (MqContextC_ARGS) |
Python: → C-API finish to extract a longterm-transaction-item from the read-data-package. … | |
| static OT_ProcRet | pymqmsgque_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 2199 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 2213 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 2229 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 2243 of file MqContextC_py.c.