#include <applications/asset_tracker_v2/src/cloud/cloud_codec/lwm2m/lwm2m_codec_helpers.h>
Generate path lists with reference to objects. This function outputs a list of paths that can be used to reference objects that should be updated (sent to server) when calling the lwm2m_send_cb() function.
- Parameters
-
[out] | output | Pointer to structure into which the input path list will be added. |
[in] | path | List that contains LwM2M paths that will be added to the output variable. |
[in] | path_size | Size of the path list variable (path). |
- Return values
-
0 | If successful, otherwise a negative value indicating the reason of failure. |
- Returns
- -ENODATA if the queued flag present in the input structure is false.