udpdrv.h
来自「在ARM7和UC/OSII的平台上实现了GPS自动报站的功能,涉及GPS模块LE」· C头文件 代码 · 共 28 行
H
28 行
/****************************************************************
** *
** FILE : UDPDrv.H *
** COPYRIGHT : (c) 2001 .Xiamen Yaxon NetWork CO.LTD *
** *
** *
** By : CCH 2003.4.18 *
****************************************************************/
#ifndef DEF_UDPDRV
#define DEF_UDPDRV
void InitUDPDrv(void);
void ActivateUDPDrv(char *addr, char* port);
void DeactivateUDPDrv(void);
void Informer_UDPLinkInexist(void);
void InformMsg_UDPComOpen(void);
void InformMsg_UDPComClose(void);
void InformMsg_UDPComLoged(void);
void InformMsg_UDPComDelink(void);
void InformMsg_QueryUDP(INT16U nexttime);
BOOLEAN UDPDrvLoged(void);
BOOLEAN UDPDrvConnect(void);
BOOLEAN UDPDrvActivated(void);
BOOLEAN UDPDrvCanCom(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?