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 1010 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetAllDebug(data:int32)
set the MkRuntimeS::debug value
Definition at line 1025 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetBuffersize(data:int32)
set the MqIoConfigS::buffersize value
Definition at line 1041 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetDaemon(pidfile:string)
start the server-context as daemon …
Definition at line 1057 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIdentFrom(data:MqIdentE)
set the MqConfigS::identFrom value
Definition at line 1073 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIgnoreExit(data:bool)
set the MqSetupS::ignoreExit value
Definition at line 1089 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIoPipe(fh:int32)
set the pipe configuration data …
Definition at line 1105 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 1121 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 1143 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 1159 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIsServer(data:bool)
set the MqSetupS::isServer value
Definition at line 1175 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 1191 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 1207 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetPkgsize(data:int32)
set the MqIoConfigS::pkgsize value
Definition at line 1223 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 1239 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 1255 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetStartAs(data:MqStartE)
set the MqConfigS::startAs value
Definition at line 1271 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 1287 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetStorage(data:string)
set the Storage value and cleanup old value
Definition at line 1303 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetTimeout(data:MkTimeoutE|int32)
set the MqIoConfigS::timeout value
Definition at line 1319 of file MqContextC_py.c.