MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … More...
Functions | |
void | csmqmsgque.MqContextC.SendBFL (MkBufferListC val) |
C#: → C-API append a MkBufferListC object to the send-data-package object … | |
void | csmqmsgque.MqContextC.SendBIN (byte[] val) |
C#: doc_mq_cs_SendBIN → C-API append a MK_BIN object to the send-data-package. … | |
void | csmqmsgque.MqContextC.SendBOL (bool val) |
C#: doc_mq_cs_SendBOL → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … | |
void | csmqmsgque.MqContextC.SendBUF (MkBufferC val) |
C#: → C-API append a MkBufferC object to the send-data-package object … | |
void | csmqmsgque.MqContextC.SendBUS_FLAT (MkBufferStreamC val) |
C#: → C-API append a MkBufferStreamC object to the send-data-package object … | |
void | csmqmsgque.MqContextC.SendBinaryR (byte[] val) |
C#: → C-API append a MkBinaryR object to the send-data-package. … | |
void | csmqmsgque.MqContextC.SendDBL (double val) |
C#: doc_mq_cs_SendDBL → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … | |
void | csmqmsgque.MqContextC.SendFLT (float val) |
C#: doc_mq_cs_SendFLT → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … | |
void | csmqmsgque.MqContextC.SendHDL (Int32 val) |
C#: → C-API send the handle to the send-data-package | |
void | csmqmsgque.MqContextC.SendI16 (short val) |
C#: doc_mq_cs_SendI16 → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … | |
void | csmqmsgque.MqContextC.SendI32 (int val) |
C#: doc_mq_cs_SendI32 → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … | |
void | csmqmsgque.MqContextC.SendI64 (long val) |
C#: doc_mq_cs_SendI64 → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … | |
void | csmqmsgque.MqContextC.SendI8 (byte val) |
C#: doc_mq_cs_SendI8 → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … | |
void | csmqmsgque.MqContextC.SendLONG (long val) |
C#: → C-API send the long native object to the send-data-package | |
void | csmqmsgque.MqContextC.SendLTR (int transLId) |
SendLTR | |
void | csmqmsgque.MqContextC.SendL_FLAT (MkBufferListC val) |
C#: → C-API append a MkBufferListC object as flat list of items to the send-data-package object … | |
void | csmqmsgque.MqContextC.SendSTR (string val) |
C#: doc_mq_cs_SendSTR → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … | |
void | csmqmsgque.MqContextC.SendStringR (string val) |
C#: → 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) |
|
inline |
C#:
→ C-API ctx.SendBFL(MkBufferListC val)
append a MkBufferListC object to the send-data-package object …
Definition at line 1294 of file MqContextC.cs.
|
inline |
C#: doc_mq_cs_SendBIN
→ C-API
append a MK_BIN object to the send-data-package. …
Definition at line 1301 of file MqContextC.cs.
|
inline |
C#:
→ C-API ctx.SendBinaryR(byte[] val)
append a MkBinaryR object to the send-data-package. …
Definition at line 1331 of file MqContextC.cs.
|
inline |
C#: doc_mq_cs_SendBOL
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1311 of file MqContextC.cs.
|
inline |
C#:
→ C-API ctx.SendBUF(MkBufferC val)
append a MkBufferC object to the send-data-package object …
Definition at line 1317 of file MqContextC.cs.
|
inline |
C#:
→ C-API ctx.SendBUS_FLAT(MkBufferStreamC val)
append a MkBufferStreamC object to the send-data-package object …
Definition at line 1324 of file MqContextC.cs.
|
inline |
C#: doc_mq_cs_SendDBL
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1341 of file MqContextC.cs.
|
inline |
C#: doc_mq_cs_SendFLT
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1347 of file MqContextC.cs.
|
inline |
|
inline |
C#: doc_mq_cs_SendI16
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1359 of file MqContextC.cs.
|
inline |
C#: doc_mq_cs_SendI32
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1365 of file MqContextC.cs.
|
inline |
C#: doc_mq_cs_SendI64
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1371 of file MqContextC.cs.
|
inline |
C#: doc_mq_cs_SendI8
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1377 of file MqContextC.cs.
|
inline |
C#:
→ C-API ctx.SendL_FLAT(MkBufferListC val)
append a MkBufferListC object as flat list of items to the send-data-package object …
Definition at line 1395 of file MqContextC.cs.
|
inline |
|
inline |
|
inline |
C#: doc_mq_cs_SendSTR
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1402 of file MqContextC.cs.
|
inline |
C#:
→ C-API ctx.SendStringR(string val)
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1410 of file MqContextC.cs.