yincheng.zhong
2025-03-16 9e334e88f1d1d7aeb89f38ff72f4ae3dca078762
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*******************************************************************************
 * File Name         : Internet.h
 * Description       :
 * Created on        : 2018Äê4ÔÂ26ÈÕ
 * Author            : ¶Å¼ü
 *******************************************************************************/
#ifndef _INTERNET_H_
#define _INTERNET_H_
/*******************************************************************************
 *                              Include Files                                  *
 *******************************************************************************/
#include "HIDO_TypeDef.h"
#include "HIDO_VLQueue.h"
#include "HIDO_ArraryQueue.h"
 
/*******************************************************************************
 *                                  Macro                                      *
 *******************************************************************************/
 
 
/*******************************************************************************
 *                             Type Definition                                 *
 *******************************************************************************/
 
 
/*******************************************************************************
 *                             Global Function                                 *
 *******************************************************************************/
HIDO_INT32 Internet_PowerOn(void);
HIDO_INT32 Internet_PowerOff(void);
HIDO_INT32 Internet_Poll(void);
HIDO_INT32 Internet_DebugOn(void);
HIDO_INT32 Internet_DebugOff(void);
HIDO_INT32 Internet_Init(void);
HIDO_BOOL Internet_IsIPReady(void);
 
#endif /* _COMMUNICATION_H_ */