#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) |
| int ngcppCiMemClose | ( | ngcpp_cmd_t | command, |
| ngcpp_rep_t * | reply, | ||
| char * | erms ) |
Handle ngcppCOM_MCLOSE command.
| int ngcppCiMemRecv | ( | char * | erms | ) |
ngcppCOM_MSET buffer reveiver function
| int ngcppCiMemSet | ( | ngcpp_cmd_t | command, |
| ngcpp_rep_t * | reply, | ||
| char * | erms ) |
Handle ngcppCOM_MSET command.
| int ngcppCiMemSync | ( | ngcpp_cmd_t | command, |
| ngcpp_rep_t * | reply, | ||
| char * | erms ) |
Handle ngcppCOM_MSYNC command.