sys_tcpdemo.h 172 B

123456789
  1. #ifndef SYS_TCPDEMO_H
  2. #define SYS_TCPDEMO_H
  3. void socket_client(void);
  4. void sock_tcpServer(void);
  5. void Tcp_Client_Initialization(void);
  6. void tcp_serverInit(void);
  7. #endif