+ Collaboration diagram for Enumerations:

Enumerations

enum  lls_alert_levels_t { LLS_ALERT_LEVEL_NO_ALERT, LLS_ALERT_LEVEL_MILD_ALERT, LLS_ALERT_LEVEL_HIGH_ALERT }
 Link Loss Service alert levels. More...
 
enum  lls_evt_type_t { LLS_EVT_INVALID, LLS_EVT_LINK_LOSS_ALERT }
 Link Loss Service event type. More...
 

Detailed Description

Enumeration Type Documentation

◆ lls_alert_levels_t

Link Loss Service alert levels.

Enumerator
LLS_ALERT_LEVEL_NO_ALERT 

No alert.

LLS_ALERT_LEVEL_MILD_ALERT 

Mild alert.

LLS_ALERT_LEVEL_HIGH_ALERT 

High alert.

Definition at line 74 of file lls.h.

◆ lls_evt_type_t

Link Loss Service event type.

Enumerator
LLS_EVT_INVALID 

Invalid LLS event.

LLS_EVT_LINK_LOSS_ALERT 

Link loss alert event.

Definition at line 82 of file lls.h.