MqContextC - various function to 'set' the configuration-data in a context … More...
MqContextC - various function to 'set' the configuration-data in a context …
|
static |
Python:
→ C-API bool ctx.ConfigCheckStartAs(data:MqStartE)
check if MqConfigS::startAs can be set to data
Definition at line 1007 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetAllDebug(data:int32)
set the MkRuntimeS::debug value
Definition at line 1022 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetBuffersize(data:int32)
set the MqIoConfigS::buffersize value
Definition at line 1038 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetDaemon(pidfile:string)
start the server-context as daemon …
Definition at line 1054 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIdentFrom(data:MqIdentE)
set the MqConfigS::identFrom value
Definition at line 1070 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIgnoreExit(data:bool)
set the MqSetupS::ignoreExit value
Definition at line 1086 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIoPipe(fh:int32)
set the pipe configuration data …
Definition at line 1102 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIoTcp(?host:string="None"?, ?port:string="None"?, ?myhost:string="None"?, ?myport:string="None"?)
configure a context to use a tcp-client-server-link …
Definition at line 1118 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIoTcpL(vals:MkBufferListC)
configure a context to use a tcp-client-server-link …
Definition at line 1140 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIoUds(file:string)
configure a context to use a uds-client-server-link …
Definition at line 1156 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIsServer(data:bool)
set the MqSetupS::isServer value
Definition at line 1172 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIsString(data:bool)
set the MqConfigS::native value 'S'string or 'L'owEndian or 'B'igEndian
Definition at line 1188 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetName(data:string)
set the MqConfigS::dispName value and cleanup old value
Definition at line 1204 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetPkgsize(data:int32)
set the MqIoConfigS::pkgsize value
Definition at line 1220 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetPostfix(data:string)
set the client-part (2) of the application-identifer MqConfigS::dispName …
Definition at line 1236 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetPrefix(data:string)
set the server-part (1) of the application-identifer MqConfigS::dispName …
Definition at line 1252 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetStartAs(data:MqStartE)
set the MqConfigS::startAs value
Definition at line 1268 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetStartAsString(data:string)
set the MqConfigS::startAs value using string default
, thread
, fork
or spawn
Definition at line 1284 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetStorage(data:string)
set the Storage value and cleanup old value
Definition at line 1300 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetTimeout(data:MkTimeoutE|int32)
set the MqIoConfigS::timeout value
Definition at line 1316 of file MqContextC_py.c.