+ Collaboration diagram for Enumerations:

Enumerations

enum  {
  AMS_PLAYER_ATTR_ID_NAME, AMS_PLAYER_ATTR_ID_PLAYBACK_INFO, AMS_PLAYER_ATTR_ID_VOLUME, IAS_ALERT_NONE,
  IAS_ALERT_MILD, IAS_ALERT_HIGH, TRC_PWR_WFE_MODE = 0, TRC_PWR_DSLEEP_MODE,
  TRC_PWR_ACTIVE_MODE, TRC_PWR_BLE_RET_DSLEEP, TRC_PWR_APP_TIMER_REFUSE, TRC_PWR_APP_TIMER_PASS,
  TRC_PWR_BLE_TIMER_PASS
}
 Immediate Alert Service Alert levels. More...
 
enum  ias_evt_type_t { IAS_EVT_INVALID, IAS_EVT_ALERT_LEVEL_UPDATED }
 Immediate Alert Service event type. More...
 

Detailed Description

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Immediate Alert Service Alert levels.

Enumerator
AMS_PLAYER_ATTR_ID_NAME 

Player attribute index of name.

AMS_PLAYER_ATTR_ID_PLAYBACK_INFO 

Player attribute index of playback information.

AMS_PLAYER_ATTR_ID_VOLUME 

Player attribute index of volume.

IAS_ALERT_NONE 

No alert.

IAS_ALERT_MILD 

Mild alert.

IAS_ALERT_HIGH 

High alert.

TRC_PWR_WFE_MODE 

WFE mode.

TRC_PWR_DSLEEP_MODE 

Deep sleep mode.

TRC_PWR_ACTIVE_MODE 

Active mode.

TRC_PWR_BLE_RET_DSLEEP 

BLE return deep sleep.

TRC_PWR_APP_TIMER_REFUSE 

App timer refuse.

TRC_PWR_APP_TIMER_PASS 

App timer pass.

TRC_PWR_BLE_TIMER_PASS 

BLE timer pass.

Definition at line 75 of file ias.h.

◆ ias_evt_type_t

Immediate Alert Service event type.

Enumerator
IAS_EVT_INVALID 

Invalid IAS event.

IAS_EVT_ALERT_LEVEL_UPDATED 

Alert Level Updated event.

Definition at line 83 of file ias.h.