configure a context to use a tcp-client-server-link … More...
#include <LibMqMsgque_mq.h>
Public Attributes | |
MK_STR | host |
MK_STR | port |
MK_STR | myhost |
MK_STR | myport |
configure a context to use a tcp-client-server-link …
[in] | host | client: name of the remote interface (default: localhost) server: name of the local interface (default: listen on all interfaces) |
[in] | port | client: name of the remote port server: name of the local port |
[in] | myhost | client: name of the local interface |
[in] | myport | client: name of the local port |
Definition at line 1240 of file LibMqMsgque_mq.h.
MK_STR libmqmsgque::MqIoTcpConfigS::host |
Definition at line 1241 of file LibMqMsgque_mq.h.
MK_STR libmqmsgque::MqIoTcpConfigS::myhost |
Definition at line 1243 of file LibMqMsgque_mq.h.
MK_STR libmqmsgque::MqIoTcpConfigS::myport |
Definition at line 1244 of file LibMqMsgque_mq.h.
MK_STR libmqmsgque::MqIoTcpConfigS::port |
Definition at line 1242 of file LibMqMsgque_mq.h.