MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … More...
Functions | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendBFL (MqContextC_ARGS) |
Python: → C-API append a MkBufferListC object to the send-data-package object … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendBIN (MqContextC_ARGS) |
Python: doc_mq_py_SendBIN → C-API append a MK_BIN object to the send-data-package. … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendBOL (MqContextC_ARGS) |
Python: doc_mq_py_SendBOL → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendBUF (MqContextC_ARGS) |
Python: → C-API append a MkBufferC object to the send-data-package object … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendBUS_FLAT (MqContextC_ARGS) |
Python: → C-API append a MkBufferStreamC object to the send-data-package object … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendBinaryR (MqContextC_ARGS) |
Python: → C-API append a MkBinaryR object to the send-data-package. … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendDBL (MqContextC_ARGS) |
Python: doc_mq_py_SendDBL → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendFLT (MqContextC_ARGS) |
Python: doc_mq_py_SendFLT → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendHDL (MqContextC_ARGS) |
Python: → C-API send the handle to the send-data-package | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendI16 (MqContextC_ARGS) |
Python: doc_mq_py_SendI16 → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendI32 (MqContextC_ARGS) |
Python: doc_mq_py_SendI32 → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendI64 (MqContextC_ARGS) |
Python: doc_mq_py_SendI64 → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendI8 (MqContextC_ARGS) |
Python: doc_mq_py_SendI8 → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendLONG (MqContextC_ARGS) |
Python: → C-API send the long native object to the send-data-package | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendLTR (MqContextC_ARGS) |
internal function: MqSendLTR | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendL_FLAT (MqContextC_ARGS) |
Python: → C-API append a MkBufferListC object as flat list of items to the send-data-package object … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendSTR (MqContextC_ARGS) |
Python: doc_mq_py_SendSTR → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_SendStringR (MqContextC_ARGS) |
Python: → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … | |
MqContextC - append a native PRIMITIVE TYPE value 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 |
[in] | val | the value to appending |
MkExceptionC | → The default-exception from the Programming-Language-Micro-Kernel (PLMK) |
|
static |
Python:
→ C-API ctx.SendBFL(val:MkBufferListC)
append a MkBufferListC object to the send-data-package object …
Definition at line 2462 of file MqContextC_py.c.
|
static |
Python: doc_mq_py_SendBIN
→ C-API
append a MK_BIN object to the send-data-package. …
Definition at line 2478 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.SendBinaryR(val:binary)
append a MkBinaryR object to the send-data-package. …
Definition at line 2542 of file MqContextC_py.c.
|
static |
Python: doc_mq_py_SendBOL
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2494 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.SendBUF(val:MkBufferC)
append a MkBufferC object to the send-data-package object …
Definition at line 2510 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.SendBUS_FLAT(val:MkBufferStreamC)
append a MkBufferStreamC object to the send-data-package object …
Definition at line 2526 of file MqContextC_py.c.
|
static |
Python: doc_mq_py_SendDBL
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2558 of file MqContextC_py.c.
|
static |
Python: doc_mq_py_SendFLT
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2574 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.SendHDL(val:MK_HDL)
send the handle to the send-data-package
Definition at line 2590 of file MqContextC_py.c.
|
static |
Python: doc_mq_py_SendI16
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2606 of file MqContextC_py.c.
|
static |
Python: doc_mq_py_SendI32
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2622 of file MqContextC_py.c.
|
static |
Python: doc_mq_py_SendI64
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2638 of file MqContextC_py.c.
|
static |
Python: doc_mq_py_SendI8
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2654 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.SendL_FLAT(val:MkBufferListC)
append a MkBufferListC object as flat list of items to the send-data-package object …
Definition at line 2702 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.SendLONG(val:long)
send the long native object to the send-data-package
Definition at line 2670 of file MqContextC_py.c.
|
static |
internal function: MqSendLTR
Definition at line 2686 of file MqContextC_py.c.
|
static |
Python: doc_mq_py_SendSTR
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2718 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.SendStringR(val:string)
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2734 of file MqContextC_py.c.