TuyaOS
|
类型定义 | |
typedef err_t(* | tcpip_api_call_fn) (struct tcpip_api_call_data *call) |
枚举 | |
enum | tcpip_msg_type { TCPIP_MSG_API , TCPIP_MSG_API_CALL , TCPIP_MSG_INPKT , TCPIP_MSG_CALLBACK , TCPIP_MSG_CALLBACK_STATIC } |
函数 | |
err_t | tcpip_api_call (tcpip_api_call_fn fn, struct tcpip_api_call_data *call) |
err_t | tcpip_send_msg_wait_sem (tcpip_callback_fn fn, void *apimsg, sys_sem_t *sem) |
TCPIP API internal implementations (do not use in application code)