From 67ca69985af9109a0603a1cde71f21b940c059ff Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期四, 15 五月 2025 09:12:53 +0800 Subject: [PATCH] 完全将免布线标签代码移植过来版本 --- keil/include/components/internet/inc/Internet.h | 37 +++++++++++++++++++++++++++++++++++++ 1 files changed, 37 insertions(+), 0 deletions(-) diff --git a/keil/include/components/internet/inc/Internet.h b/keil/include/components/internet/inc/Internet.h new file mode 100644 index 0000000..c608187 --- /dev/null +++ b/keil/include/components/internet/inc/Internet.h @@ -0,0 +1,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_ */ -- Gitblit v1.9.3