nRF51 SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
dm_event_t Struct Reference

Asynchronous events details notified to the application by the module. More...

#include <device_manager.h>

Data Fields

uint8_t event_id
 
dm_event_param_t event_param
 
uint16_t event_paramlen
 

Detailed Description

Asynchronous events details notified to the application by the module.

Defines event type along with event parameters notified to the application by the module.

Field Documentation

uint8_t dm_event_t::event_id

Identifies the event. See conn_mngr_events for details on event types and their significance.

dm_event_param_t dm_event_t::event_param

Event parameters, can be null if the event does not have any parameters.

uint16_t dm_event_t::event_paramlen

Length of event parameters, is zero if event does not have any parameters.