1234567891011121314 |
- /********************************************************************************
- * File Name: TcpEchoServer.h
- * Function Describe:
- * Relate Module:
- * Explain:
- * Writer: slw
- * Date:
- *******************************************************************************/
- #ifndef TCP_ECHO_SERVER_H
- #define TCP_ECHO_SERVER_H
- /*******************************************************************************/
- int32_t loopback_tcps(uint8_t sn, uint8_t* buf,uint16_t buflen, uint16_t port);
- /*******************************************************************************/
- #endif
|