|
theLink 10.0
|
Basic configuration of a context … More...
#include <LibMqMsgque_mq.h>
Collaboration diagram for MqIoConfigS:Data Fields | |
| MK_TIME_T | timeout |
| user defined timeout to terminate a blocking function call (default: 90 sec) | |
| MK_I32 | buffersize |
| set the OS specific value for the socket-operation-buffer (default: OS specific) | |
| MK_I32 | pkgsize |
| set maximum package size (default: 10 KiB) | |
| enum MqIoComE | com |
| what kind of socket interface to use? | |
| struct MqIoUdsConfigS | uds |
| set uds configuration-data | |
| struct MqIoTcpConfigS | tcp |
| set tcp configuration-data | |
| struct MqIoPipeConfigS | pipe |
| set pipe configuration-data | |
| struct MqIoLoopConfigS | loop |
| set loop configuration-data | |
| struct MqIoInitConfigS | init |
| set init configuration-data | |
Basic configuration of a context …
Definition at line 1715 of file LibMqMsgque_mq.h.
| MK_I32 MqIoConfigS::buffersize |
set the OS specific value for the socket-operation-buffer (default: OS specific)
Definition at line 1724 of file LibMqMsgque_mq.h.
| enum MqIoComE MqIoConfigS::com |
what kind of socket interface to use?
| type | default | option | application | context |
|---|---|---|---|---|
| INTEGER (enum) | MQ_IO_PIPE | –tcp/–uds/–pipe | server | parent |
Definition at line 1735 of file LibMqMsgque_mq.h.
| struct MqIoInitConfigS MqIoConfigS::init |
set init configuration-data
Definition at line 1750 of file LibMqMsgque_mq.h.
| struct MqIoLoopConfigS MqIoConfigS::loop |
set loop configuration-data
Definition at line 1747 of file LibMqMsgque_mq.h.
| struct MqIoPipeConfigS MqIoConfigS::pipe |
set pipe configuration-data
Definition at line 1744 of file LibMqMsgque_mq.h.
| MK_I32 MqIoConfigS::pkgsize |
set maximum package size (default: 10 KiB)
Definition at line 1727 of file LibMqMsgque_mq.h.
| struct MqIoTcpConfigS MqIoConfigS::tcp |
set tcp configuration-data
Definition at line 1741 of file LibMqMsgque_mq.h.
| MK_TIME_T MqIoConfigS::timeout |
user defined timeout to terminate a blocking function call (default: 90 sec)
Definition at line 1721 of file LibMqMsgque_mq.h.
| struct MqIoUdsConfigS MqIoConfigS::uds |
set uds configuration-data
Definition at line 1738 of file LibMqMsgque_mq.h.