![]() |
nRF51 SDK - S110 SoftDevice
|
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 |
Asynchronous events details notified to the application by the module.
Defines event type along with event parameters notified to the application by the module.
| 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.