mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05:00
备份
This commit is contained in:
parent
b42c8c9875
commit
538da1878b
|
@ -25,7 +25,7 @@ typedef bool (*TcpAcceptClientFunction)(void *, const char *);
|
|||
typedef void (*SocketClosedFunction)(const void *);
|
||||
typedef struct client_accept_parm
|
||||
{
|
||||
const TcpReadFunction mReadFunc; /// This function is defined in the test file.
|
||||
const TcpReadFunction mReadFunc; /// This function is defined in the test file
|
||||
const SocketClosedFunction mClosedFunc; /// This function is defined in the test file.
|
||||
} ClientAcceptParam;
|
||||
typedef struct tcp_server_parm
|
||||
|
|
Loading…
Reference in New Issue
Block a user