SG RFID nRF51822 fork

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 312 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 314 of file device_manager.h.

Event parameters.

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

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