20240909-DXSPX-emb/LWIP移植(移植+任务(netconn + socket))/Src/Usr/Task/TcpTask.h

8 lines
144 B
C
Raw Permalink Normal View History

#ifndef _CLIENT_H
#define _CLIENT_H
void ClientTask(void *thread_param);
void ServerCallbackTask(void *thread_param);
#endif /* _CLIENT_H */