MqContextC - a wrapper to send a list-block or a transaction-block … More...
Functions | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendL_END (MqContextC_ARGS) |
Python: → C-API finish to append an embedded body-list-item to the send-data-package. … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendL_START (MqContextC_ARGS) |
Python: → C-API start to append an embedded body-list-item to the send-data-package. … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendT_END (MqContextC_ARGS) |
Python: → C-API closed a longterm-transaction-item … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendT_START (MqContextC_ARGS) |
Python: → C-API open a longterm-transaction-item … | |
MqContextC - a wrapper to send a list-block or a transaction-block …
start to append an embedded body-list-item to the send-data-package. …
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | ctx | the MqContextS instance to work on |
MkExceptionC | → The default-exception from the Programming-Language-Micro-Kernel (PLMK) |
|
static |
Python:
→ C-API ctx.SendL_END()
finish to append an embedded body-list-item to the send-data-package. …
Definition at line 2894 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.SendL_START()
start to append an embedded body-list-item to the send-data-package. …
Definition at line 2908 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.SendT_END()
closed a longterm-transaction-item …
Definition at line 2922 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.SendT_START()
open a longterm-transaction-item …
Definition at line 2936 of file MqContextC_py.c.