GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
f_stccomm.c File Reference
#include "f_stccomm.h"

Go to the source code of this file.

Functions

INTS4 f_stc_acceptclient (struct s_tcpcomm *ps_server, INTS4 *pi_channel)
 
INTS4 f_stc_close (struct s_tcpcomm *ps_tcp)
 
INTS4 f_stc_connectserver (CHARS *c_node, INTS4 l_port, INTS4 *pi_channel, struct s_tcpcomm *ps_client)
 
INTS4 f_stc_createserver (INTS4 *pl_port, struct s_tcpcomm *ps_server)
 
INTS4 f_stc_discclient (INTS4 i_channel)
 
INTS4 f_stc_disperror (INTS4 i_error, CHARS *c_dest, INTS4 i_out)
 
INTS4 f_stc_listenserver (struct s_tcpcomm *ps_server)
 
INTS4 f_stc_read (void *p_buffer, INTS4 i_buflen, INTS4 i_channel, INTS4 i_timeout)
 
INTS4 f_stc_write (void *p_buffer, INTS4 i_buflen, INTS4 i_channel)
 

Variables

CHARS c_msg [80]
 

Function Documentation

◆ f_stc_acceptclient()

INTS4 f_stc_acceptclient ( struct s_tcpcomm * ps_server,
INTS4 * pi_channel )

◆ f_stc_close()

◆ f_stc_connectserver()

◆ f_stc_createserver()

◆ f_stc_discclient()

◆ f_stc_disperror()

◆ f_stc_listenserver()

INTS4 f_stc_listenserver ( struct s_tcpcomm * ps_server)

◆ f_stc_read()

◆ f_stc_write()

Variable Documentation

◆ c_msg

CHARS c_msg[80]

Definition at line 21 of file f_stccomm.c.

Referenced by f_stc_read(), and f_stc_write().