MqDumpC - various functions to create, initialize and destroy a dump … More...
MqDumpC - various functions to create, initialize and destroy a dump …
|
static |
Tcl:
→ C-API binary [$dump BinGet]
export the binary data from an MqDumpS
object
Definition at line 378 of file MqDumpC_tcl.c.
|
static |
Tcl:
→ C-API (constructor,static) MqDumpC [MqDumpC BinSet data:binary]
create an MqDumpS
object from binary data
Definition at line 359 of file MqDumpC_tcl.c.
|
static |
Tcl:
→ C-API (constructor,static) MqDumpC [MqDumpC CTOR ctx:MqContextC ?dumpP_inout:MqDumpC="MK_NULL"?]
create a MqDumpC as export of the ctx-read-data-package …
Definition at line 302 of file MqDumpC_tcl.c.
|
static |
Tcl:
→ C-API (constructor,static) MqDumpC [MqDumpC Error error:MqContextC ?dumpP_inout:MqDumpC="MK_NULL"?]
export the context->error into the dump-package …
Definition at line 320 of file MqDumpC_tcl.c.
|
static |
Tcl:
→ C-API (constructor,static) MqDumpC [MqDumpC Export ctx:MqContextC ?dumpP_inout:MqDumpC="MK_NULL"?]
create a MqDumpC as export of the ctx-read-data-package …
Definition at line 338 of file MqDumpC_tcl.c.
|
static |
Tcl:
→ C-API $dump Import ctx:MqContextC
import the dump-package into the ctx-read-data-package …
Definition at line 392 of file MqDumpC_tcl.c.