From 387d1ffc16ce9e050403baee0ed07f3d9accf632 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期五, 04 七月 2025 14:55:15 +0800 Subject: [PATCH] 初步移植完成0.6.8SDK,但发送有len太长未找到原因 --- 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