MqContextC - read a single-data-item outof a read-data-package … More...
MqContextC - read a single-data-item outof a read-data-package …
|
inline |
C#:
→ C-API MkBufferListC ctx.ReadALL(MkBufferListC val_inout = null)
get a temporary MkBufferListC from all data in the read-data-package …
Definition at line 982 of file MqContextC.cs.
|
inline |
C#:
→ C-API MkBufferListC ctx.ReadBFL()
get a temporary MkBufferListC from next list-item in the read-data-package …
Definition at line 992 of file MqContextC.cs.
|
inline |
C#: doc_mq_cs_ReadBIN
→ C-API
generic function to read an MK_BIN object from the read-data-package object …
Definition at line 1010 of file MqContextC.cs.
|
inline |
C#:
→ C-API byte[] ctx.ReadBinaryR()
read a MkBinaryR from the read-data-package …
Definition at line 1028 of file MqContextC.cs.
|
inline |
C#: doc_mq_cs_ReadBOL
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 1020 of file MqContextC.cs.
|
inline |
C#:
→ C-API MkBufferC ctx.ReadBUF()
get a temporary MkBufferC from the read-data-package …
Definition at line 1000 of file MqContextC.cs.
|
inline |
C#: doc_mq_cs_ReadDBL
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 1038 of file MqContextC.cs.
|
inline |
C#: doc_mq_cs_ReadFLT
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 1046 of file MqContextC.cs.
|
inline |
|
inline |
C#: doc_mq_cs_ReadI16
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 1062 of file MqContextC.cs.
|
inline |
C#: doc_mq_cs_ReadI32
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 1070 of file MqContextC.cs.
|
inline |
C#: doc_mq_cs_ReadI64
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 1078 of file MqContextC.cs.
|
inline |
C#: doc_mq_cs_ReadI8
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 1086 of file MqContextC.cs.
|
inline |
C#:
→ C-API List<object> ctx.ReadLIST()
get all arguments as native list …
Definition at line 204 of file MqContextC.cs.
|
inline |
|
inline |
C#: doc_mq_cs_ReadSTR
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 1108 of file MqContextC.cs.
|
inline |
C#:
→ C-API string ctx.ReadStringR()
read a MkStringR from the read-data-package …
Definition at line 1116 of file MqContextC.cs.