Enumerations

enum  app_comp_evt_t {
  APP_COMP_EVT_DONE,
  APP_COMP_EVT_ERROR
}
 COMP event Enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ app_comp_evt_t

COMP event Enumerations definition.

Enumerator
APP_COMP_EVT_DONE 
APP_COMP_EVT_ERROR 

Definition at line 72 of file app_comp.h.