MqContextC - various functions to work on a read-data-package … More...
Functions | |
static OT_ProcRet | atlmqmsgque_MqContextC_ReadDbg (MqContextC_ARGS) |
internal function: MqReadDbg | |
static OT_ProcRet | atlmqmsgque_MqContextC_ReadGetNextType (MqContextC_ARGS) |
Atl: → C-API get the type (MkTypeE) of the next Item in the read-data-buffer or "0" if not available | |
static OT_ProcRet | atlmqmsgque_MqContextC_ReadGetNumItems (MqContextC_ARGS) |
Atl: → C-API get the number of items left in the read-data-package … | |
static OT_ProcRet | atlmqmsgque_MqContextC_ReadItemExists (MqContextC_ARGS) |
Atl: → C-API check if an item exists in the read-data-package … | |
static OT_ProcRet | atlmqmsgque_MqContextC_ReadUndo (MqContextC_ARGS) |
Atl: → C-API undo the last MqContextC READ API function call … | |
MqContextC - various functions to work on a read-data-package …
|
static |
internal function: MqReadDbg
Definition at line 2297 of file MqContextC_atl.c.
|
static |
Atl:
→ C-API MkTypeE [MqContextC::ReadGetNextType $ctx]
get the type (MkTypeE) of the next Item in the read-data-buffer or "0" if not available
Definition at line 2311 of file MqContextC_atl.c.
|
static |
Atl:
→ C-API int32 [MqContextC::ReadGetNumItems $ctx]
get the number of items left in the read-data-package …
Definition at line 2324 of file MqContextC_atl.c.
|
static |
Atl:
→ C-API bool [MqContextC::ReadItemExists $ctx]
check if an item exists in the read-data-package …
Definition at line 2337 of file MqContextC_atl.c.
|
static |
Atl:
→ C-API MqContextC::ReadUndo $ctx
undo the last MqContextC READ API function call …
Definition at line 2350 of file MqContextC_atl.c.