MqContextC - various functions to work on a read-data-package … More...
Collaboration diagram for MqContextC_ReadApi_Misc_CS_API:Functions | |
| void | csmqmsgque.MqContextC.ReadDbg () |
| ReadDbg | |
| MkTypeE | csmqmsgque.MqContextC.ReadGetNextType () |
C#: → C-API get the type (MkTypeE) of the next Item in the read-data-buffer or "0" if not available | |
| int | csmqmsgque.MqContextC.ReadGetNumItems () |
C#: → C-API get the number of items left in the read-data-package … | |
| bool | csmqmsgque.MqContextC.ReadItemExists () |
C#: → C-API check if an item exists in the read-data-package … | |
| void | csmqmsgque.MqContextC.ReadUndo () |
C#: → C-API undo the last MqContextC READ API function call … | |
MqContextC - various functions to work on a read-data-package …
|
inline |
Definition at line 1173 of file MqContextC.cs.
|
inline |
C#: → C-API MkTypeE ctx.ReadGetNextType()
get the type (MkTypeE) of the next Item in the read-data-buffer or "0" if not available
Definition at line 1178 of file MqContextC.cs.
|
inline |
C#: → C-API int ctx.ReadGetNumItems()
get the number of items left in the read-data-package …
Definition at line 1184 of file MqContextC.cs.
|
inline |
C#: → C-API bool ctx.ReadItemExists()
check if an item exists in the read-data-package …
Definition at line 1190 of file MqContextC.cs.
|
inline |
C#: → C-API ctx.ReadUndo()
undo the last MqContextC READ API function call …
Definition at line 1196 of file MqContextC.cs.