nRF Connect SDK API 0.1.0
|
int module_get_next_msg | ( | struct module_data * | module, |
void * | msg | ||
) |
#include <applications/asset_tracker_v2/src/modules/modules_common.h>
Get the next message in a module's queue.
[in] | module | Pointer to a structure containing module metadata. |
[out] | msg | Pointer to a message buffer that the output will be written to. |