From 1b678c19f32b1718ae4ebd719b1dc19cd1e48bf5 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Mon, 26 Aug 2024 16:44:23 +0800 Subject: [PATCH] remove ecode --- zscanprotocol.hpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/zscanprotocol.hpp b/zscanprotocol.hpp index 59a8a30..5c8621a 100644 --- a/zscanprotocol.hpp +++ b/zscanprotocol.hpp @@ -47,14 +47,5 @@ typedef struct { } // namespace zscanprotocol namespace err { -typedef enum { - kerr_noerror = 0, - kerr_overtime = 1, - kerr_invalid_param = 2, - kerr_invalid_param_num = 3, - kerr_subdevice_offline = 4, - kerr_function_not_support = 5, - kerr_subdevice_overtime = 6, -} common_ecode_t; } } // namespace iflytop