yb_arm/osp/inc/ospNetShell.h

29 lines
444 B
C
Raw Normal View History

2023-07-12 14:14:31 +08:00
#ifndef __OSPRESHELLLOCALH__
#define __OSPRESHELLLOCALH__
#ifdef __cplusplus
extern "C" {
#endif
int32_t serve_main(void);
int32_t osp_net_shell_init(void);
int32_t osp_net_shell_main(Osp_Msg_Head *pMsg);
2023-09-11 16:31:18 +08:00
int32_t osp_net_shell_out(char *pMsg, uint32_t len);
2023-07-12 14:14:31 +08:00
int32_t osp_del_udp(int32_t udpid);
int32_t osp_net_msg_main(Osp_Msg_Head *pMsg);
2023-09-11 16:31:18 +08:00
void osp_net_shell_proc();
2023-07-12 14:14:31 +08:00
#ifdef __cplusplus
}
#endif
#endif /* __OSPRESHELLLOCALH__ */