You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param path The path to be observed (Example: /3/0/0).
825
-
* @param sol_lwm2m_server_content_cb A callback to be called when the observed path changes, used to inform a observable/read response. - @c server The LWM2M server; @c client The LWM2M client; @c path The client's path; @c response_code The reponse code; @c content_type The reponse content type; @c content The reponse content; @c data User data.
825
+
* @param sol_lwm2m_server_content_cb A callback to be called when the observed path changes, used to inform a observable/read response. - @c server The LWM2M server; @c client The LWM2M client; @c path The client's path; @c response_code The response code; @c content_type The response content type; @c content The response content; @c data User data.
826
826
* @param data User data to @c sol_lwm2m_server_content_cb
827
827
* @return 0 on success, -errno on error.
828
828
* @see sol_lwm2m_server_del_observer()
@@ -845,7 +845,7 @@ int sol_lwm2m_server_add_observer(struct sol_lwm2m_server *server,
845
845
* @param server The LWM2M server.
846
846
* @param client The LWM2M client to be unobserved.
847
847
* @param path The path to be unobserved (Example: /3/0/0).
848
-
* @param sol_lwm2m_server_content_cb The previous registered callback. - @c server The LWM2M server; @c client The LWM2M client; @c path The client's path; @ response_code The reponse code; @c content_type The reponse content type; @c content The reponse content; @c data User data.
848
+
* @param sol_lwm2m_server_content_cb The previous registered callback. - @c server The LWM2M server; @c client The LWM2M client; @c path The client's path; @ response_code The response code; @c content_type The response content type; @c content The response content; @c data User data.
849
849
* @param data User data to @c sol_lwm2m_server_content_cb
850
850
* @return 0 on success, -errno on error.
851
851
*
@@ -953,7 +953,7 @@ int sol_lwm2m_server_create_object_instance(struct sol_lwm2m_server *server,
953
953
* @param server The LWM2M server.
954
954
* @param client The LWM2M client info to be read.
955
955
* @param path The path to be read (Example /3/0/0).
956
-
* @param sol_lwm2m_server_content_cb A callback to be called when the read operation is completed. - @c server The LWM2M server; @c client The LWM2M client; @c path The client's path; @c response_code The reponse code; @c content_type The reponse content type; @c content The reponse content; @c data User data.
956
+
* @param sol_lwm2m_server_content_cb A callback to be called when the read operation is completed. - @c server The LWM2M server; @c client The LWM2M client; @c path The client's path; @c response_code The response code; @c content_type The response content type; @c content The response content; @c data User data.
957
957
* @param data User data to @c sol_lwm2m_server_content_cb
0 commit comments