/*******************************************************************************
|
* 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_ */
|