Classes | |
struct | NX_NET_BLK |
Functions | |
int | NXnetinit () |
int | NXnetclose () |
int | NXnetsend () |
int | NXnetrecv () |
int | NXnetinit (NX_NET_BLK *nb, int nb_len, int conn_type, int port_num, int num_conns, char *host_name) |
int | NXnetclose (NX_NET_BLK *nb) |
int | NXnetsend (NX_NET_BLK *nb, void *msg_buf, int msg_len) |
int | NXnetrecv (NX_NET_BLK *nb, void *msg_buf, int msg_len) |
int NXnetclose | ( | NX_NET_BLK * | nb | ) |
int NXnetclose | ( | ) |
int NXnetinit | ( | NX_NET_BLK * | nb, | |
int | nb_len, | |||
int | conn_type, | |||
int | port_num, | |||
int | num_conns, | |||
char * | host_name | |||
) |
int NXnetinit | ( | ) |
int NXnetrecv | ( | NX_NET_BLK * | nb, | |
void * | msg_buf, | |||
int | msg_len | |||
) |
int NXnetrecv | ( | ) |
int NXnetsend | ( | NX_NET_BLK * | nb, | |
void * | msg_buf, | |||
int | msg_len | |||
) |
int NXnetsend | ( | ) |