MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … More...
Collaboration diagram for MqContextC_SendApi_Atom_PY_API: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 2464 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 2480 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 2544 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 2496 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 2512 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 2528 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 2560 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 2576 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 2592 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 2608 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 2624 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 2640 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 2656 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 2704 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 2672 of file MqContextC_py.c.
|
static |
internal function: MqSendLTR
Definition at line 2688 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 2720 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 2736 of file MqContextC_py.c.