Browse Source

remove ecode

master
zhaohe 11 months ago
parent
commit
1b678c19f3
  1. 9
      zscanprotocol.hpp

9
zscanprotocol.hpp

@ -47,14 +47,5 @@ typedef struct {
} // namespace zscanprotocol } // namespace zscanprotocol
namespace err { 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 } // namespace iflytop
Loading…
Cancel
Save