dm_event_t

nRF5 SDK v9.0.0

nRF51 SDK v9.0.0

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

#include <device_manager.h>

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.


Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .