Browse Source

update protocol

master
zhaohe 4 months ago
parent
commit
d8fd6a265f
  1. 1
      protocol/cmdid.hpp

1
protocol/cmdid.hpp

@ -18,6 +18,7 @@ typedef enum {
kmodule_stop = 0x0101, //{}{} kmodule_stop = 0x0101, //{}{}
kmodule_set_reg = 0x0105, //(int32_t index,int32_t val)->() kmodule_set_reg = 0x0105, //(int32_t index,int32_t val)->()
kmodule_get_reg = 0x0106, //(int32_t index)->(int32_t val) kmodule_get_reg = 0x0106, //(int32_t index)->(int32_t val)
kmodule_reset_reg = 0x0107, //{}{}
kmodule_get_error = 0x010a, // kmodule_get_error = 0x010a, //
kmodule_clear_error = 0x010b, // kmodule_clear_error = 0x010b, //
kmodule_active_cfg = 0x0110, // kmodule_active_cfg = 0x0110, //

Loading…
Cancel
Save