MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … More...
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 2467 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 2483 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 2547 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 2499 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 2515 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 2531 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 2563 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 2579 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 2595 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 2611 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 2627 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 2643 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 2659 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 2707 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 2675 of file MqContextC_py.c.
|
static |
internal function: MqSendLTR
Definition at line 2691 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 2723 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 2739 of file MqContextC_py.c.