MqDumpC - various functions to create, initialize and destroy a dump … More...
MqDumpC - various functions to create, initialize and destroy a dump …
|
static |
Ruby:
→ C-API binary dump.BinGet()
export the binary data from an MqDumpS
object
Definition at line 343 of file MqDumpC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) MqDumpC MqDumpC.BinSet(data:binary)
create an MqDumpS
object from binary data
Definition at line 327 of file MqDumpC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) MqDumpC MqDumpC.Error(error:MqContextC, ?dumpP_inout:MqDumpC=nil?)
export the context->error into the dump-package …
Definition at line 279 of file MqDumpC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) MqDumpC MqDumpC.Export(ctx:MqContextC, ?dumpP_inout:MqDumpC=nil?)
create a MqDumpC as export of the ctx-read-data-package …
Definition at line 294 of file MqDumpC_rb.c.
|
static |
Ruby:
→ C-API dump.Import(ctx:MqContextC)
import the dump-package into the ctx-read-data-package …
Definition at line 354 of file MqDumpC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) MqDumpC MqDumpC.new(ctx:MqContextC, ?dumpP_inout:MqDumpC=nil?)
create a MqDumpC as export of the ctx-read-data-package …
Definition at line 310 of file MqDumpC_rb.c.