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/AIR780ESocket.h |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/keil/include/components/internet/inc/AIR780ESocket.h b/keil/include/components/internet/inc/AIR780ESocket.h
new file mode 100644
index 0000000..b9d483c
--- /dev/null
+++ b/keil/include/components/internet/inc/AIR780ESocket.h
@@ -0,0 +1,33 @@
+/*******************************************************************************
+ * File Name         : AIR780ESocket.h
+ * Description       :
+ * Created on        : 2018年5月22日
+ * Author            : 杜键
+ *******************************************************************************/
+
+#ifndef FML_AIR780E_SOCKET_H_
+#define FML_AIR780E_SOCKET_H_
+/*******************************************************************************
+ *                              Include Files                                  *
+ *******************************************************************************/
+#include "HIDO_TypeDef.h"
+#include "HIDO_ATLite.h"
+
+/*******************************************************************************
+ *                                  Macro                                      *
+ *******************************************************************************/
+
+/*******************************************************************************
+ *                                  State                                      *
+ *******************************************************************************/
+
+/*******************************************************************************
+ *                             Type Definition                                 *
+ *******************************************************************************/
+
+/*******************************************************************************
+ *                             Global Function                                 *
+ *******************************************************************************/
+HIDO_INT32 AIR780ESocket_Poll(HIDO_ATLiteDeviceStruct *_pstATDevice);
+
+#endif /* FML_AIR780E_SOCKET_H_ */

--
Gitblit v1.9.3