MqContextC - a wrapper to send a list-block or a transaction-block … More...
Functions | |
static OT_ProcRet | tclmqmsgque_MqContextC_SendL_END (MqContextC_ARGS) |
Tcl: → C-API finish to append an embedded body-list-item to the send-data-package. … | |
static OT_ProcRet | tclmqmsgque_MqContextC_SendL_START (MqContextC_ARGS) |
Tcl: → C-API start to append an embedded body-list-item to the send-data-package. … | |
static OT_ProcRet | tclmqmsgque_MqContextC_SendT_END (MqContextC_ARGS) |
Tcl: → C-API closed a longterm-transaction-item … | |
static OT_ProcRet | tclmqmsgque_MqContextC_SendT_START (MqContextC_ARGS) |
Tcl: → 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 |
Tcl:
→ C-API $ctx SendL_END
finish to append an embedded body-list-item to the send-data-package. …
Definition at line 2949 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx SendL_START
start to append an embedded body-list-item to the send-data-package. …
Definition at line 2963 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx SendT_END
closed a longterm-transaction-item …
Definition at line 2977 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx SendT_START
open a longterm-transaction-item …
Definition at line 2991 of file MqContextC_tcl.c.