MqContextC - finish the send-data-block on the server and optional return the results. … More...
Functions | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendERROR (MqContextC_ARGS) |
Python: → C-API send the data from the MkErrorC to the link target . … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendRETURN (MqContextC_ARGS) |
Python: → C-API MqContextC - finish the send-data-block on the server and optional return the results. … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendRETURN_SUB (MqContextC_ARGS) |
Python: → C-API return Sub-Data-Blocks required by MqSendEND_AND_SUB … | |
MqContextC - finish the send-data-block on the server and optional return the results. …
Every service-handler have to use this function at the end to return the results or the error. If an error is returned the local MkErrorC is reset. The following behaviour is used:
[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.SendERROR()
send the data from the MkErrorC to the link target . …
Definition at line 2959 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.SendRETURN()
MqContextC - finish the send-data-block on the server and optional return the results. …
Definition at line 2973 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.SendRETURN_SUB()
return Sub-Data-Blocks required by MqSendEND_AND_SUB …
Definition at line 2987 of file MqContextC_py.c.