From 75bfc77f79ad77e305a68bda7f8a0fcd90e29969 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Fri, 11 Jul 2025 20:21:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20event=20=E5=92=8C=20kevent?= =?UTF-8?q?=5Fconfirm=20=E7=B1=BB=E5=9E=8B=E7=9A=84=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zscanprotocol.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zscanprotocol.h b/zscanprotocol.h index 6fdf1b2..cbe90a3 100644 --- a/zscanprotocol.h +++ b/zscanprotocol.h @@ -5,6 +5,8 @@ typedef enum { kreceipt, kerror_receipt, kreport, + kevent, // 非周期上报, 相同的indexid, 表明是事件, 上层可过滤掉 + kevent_confirm, // 事件确认,收到事件确认后, 说明上层已收到该事件, 不再重复上报 } packet_type_t; typedef enum {