TcpEchoServer.h 577 B

1234567891011121314
  1. /********************************************************************************
  2. * File Name: TcpEchoServer.h
  3. * Function Describe:
  4. * Relate Module:
  5. * Explain:
  6. * Writer: slw
  7. * Date:
  8. *******************************************************************************/
  9. #ifndef TCP_ECHO_SERVER_H
  10. #define TCP_ECHO_SERVER_H
  11. /*******************************************************************************/
  12. int32_t loopback_tcps(uint8_t sn, uint8_t* buf,uint16_t buflen, uint16_t port);
  13. /*******************************************************************************/
  14. #endif