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 |
Ruby:
→ C-API ctx.SendBFL(val:MkBufferListC)
append a MkBufferListC object to the send-data-package object …
Definition at line 2060 of file MqContextC_rb.c.
|
static |
Ruby: doc_mq_rb_SendBIN
→ C-API
append a MK_BIN object to the send-data-package. …
Definition at line 2073 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.SendBinaryR(val:binary)
append a MkBinaryR object to the send-data-package. …
Definition at line 2125 of file MqContextC_rb.c.
|
static |
Ruby: doc_mq_rb_SendBOL
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2086 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.SendBUF(val:MkBufferC)
append a MkBufferC object to the send-data-package object …
Definition at line 2099 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.SendBUS_FLAT(val:MkBufferStreamC)
append a MkBufferStreamC object to the send-data-package object …
Definition at line 2112 of file MqContextC_rb.c.
|
static |
Ruby: doc_mq_rb_SendDBL
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2138 of file MqContextC_rb.c.
|
static |
Ruby: doc_mq_rb_SendFLT
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2151 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.SendHDL(val:MK_HDL)
send the handle to the send-data-package
Definition at line 2164 of file MqContextC_rb.c.
|
static |
Ruby: doc_mq_rb_SendI16
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2177 of file MqContextC_rb.c.
|
static |
Ruby: doc_mq_rb_SendI32
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2190 of file MqContextC_rb.c.
|
static |
Ruby: doc_mq_rb_SendI64
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2203 of file MqContextC_rb.c.
|
static |
Ruby: doc_mq_rb_SendI8
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2216 of file MqContextC_rb.c.
|
static |
Ruby:
→ 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 2255 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.SendLONG(val:long)
send the long native object to the send-data-package
Definition at line 2229 of file MqContextC_rb.c.
|
static |
internal function: MqSendLTR
Definition at line 2242 of file MqContextC_rb.c.
|
static |
Ruby: doc_mq_rb_SendSTR
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2268 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.SendStringR(val:string)
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 2281 of file MqContextC_rb.c.