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

Functions

int ngcppCiMemSet (ngcpp_cmd_t command, ngcpp_rep_t *reply, char *erms)
 
int ngcppCiMemRecv (char *erms)
 
int ngcppCiMemSync (ngcpp_cmd_t command, ngcpp_rep_t *reply, char *erms)
 
int ngcppCiMemClose (ngcpp_cmd_t command, ngcpp_rep_t *reply, char *erms)
 

Detailed Description

Function Documentation

◆ ngcppCiMemClose()

int ngcppCiMemClose ( ngcpp_cmd_t command,
ngcpp_rep_t * reply,
char * erms )

Handle ngcppCOM_MCLOSE command.

◆ ngcppCiMemRecv()

int ngcppCiMemRecv ( char * erms)

ngcppCOM_MSET buffer reveiver function

◆ ngcppCiMemSet()

int ngcppCiMemSet ( ngcpp_cmd_t command,
ngcpp_rep_t * reply,
char * erms )

Handle ngcppCOM_MSET command.

◆ ngcppCiMemSync()

int ngcppCiMemSync ( ngcpp_cmd_t command,
ngcpp_rep_t * reply,
char * erms )

Handle ngcppCOM_MSYNC command.