nRF51 SDK - S110 SoftDevice
 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 Device Manager 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 the event parameters, is zero if the event does not have any parameters.