Nordic nrf51 sdk sources. Mirrored from https://github.com/ARMmbed/nrf51-sdk.

Dependents:   nRF51822 nRF51822

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 372 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 374 of file device_manager.h.

Event parameters.

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

Definition at line 375 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 376 of file device_manager.h.