ngc 1.4.0
 
Loading...
Searching...
No Matches
ngcppCiTcp.c File Reference
#include <ngc/core/ngcbSocket.h>
#include <ngc/core/ngcpp.h>
#include <ngc/core/ngcppCom.h>
#include <sys/socket.h>
#include <netinet/in.h>

Variables

ngcpp_cmd_srv_api ngcppCiTcp
 

Detailed Description

Author
Joerg Stegmeier jsteg.nosp@m.mei@.nosp@m.eso.o.nosp@m.rg

Variable Documentation

◆ ngcppCiTcp

ngcpp_cmd_srv_api ngcppCiTcp
Initial value:
= {
.cmdBufSize = ngcppMAX_COMBUFSIZE,
.replyBufSize = ngcppMAX_COMBUFSIZE,
.open = _openService,
.close = _closeService,
.connect = _connectClient,
.disconnect = _disconnectClient,
.getCommand = _getCommand,
.sendReply = _sendReply
}
#define ngcppMAX_COMBUFSIZE
Definition ngcppInt.h:126

Command server API for TCP/IP socket communication