Enumerations

enum  app_comp_evt_t {
  APP_COMP_EVT_DONE,
  APP_COMP_EVT_ERROR
}
 APP COMP event Enumerations definition. More...
 
enum  app_comp_state_t {
  APP_COMP_INVALID = 0,
  APP_COMP_ACTIVITY
}
 App COMP state types. More...
 

Detailed Description

Enumeration Type Documentation

◆ app_comp_evt_t

APP COMP event Enumerations definition.

Enumerator
APP_COMP_EVT_DONE 
APP_COMP_EVT_ERROR 

Definition at line 72 of file app_comp.h.

◆ app_comp_state_t

App COMP state types.

Enumerator
APP_COMP_INVALID 
APP_COMP_ACTIVITY 

Definition at line 124 of file app_comp.h.