Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

dm_event_t Struct Reference

dm_event_t Struct Reference
[Device Manager Data Types]

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

#include <device_manager.h>

Data Fields

uint8_t event_id
 Identifies the event.
dm_event_param_t event_param
 Event parameters.
uint16_t event_paramlen
 Length of the event parameters, is zero if the event does not have any parameters.

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.

Definition at line 351 of file device_manager.h.


Field Documentation

uint8_t event_id

Identifies the event.

See Device Manager Events for details on event types and their significance.

Definition at line 353 of file device_manager.h.

Event parameters.

Can be NULL if the event does not have any parameters.

Definition at line 354 of file device_manager.h.

uint16_t event_paramlen

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

Definition at line 355 of file device_manager.h.