You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
279 B

  1. #pragma once
  2. typedef enum {
  3. kerr_noerror = 0,
  4. kerr_overtime = 1,
  5. kerr_invalid_param = 2,
  6. kerr_invalid_param_num = 3,
  7. kerr_subdevice_offline = 4,
  8. kerr_function_not_support = 5,
  9. kerr_function_not_support = 5,
  10. } public_ecode_t;