Lines Matching full:in

15  * @param[in] obj_id Object id of the object instance.
16 * @param[in] obj_inst_id Object instance id of the object instance to be created.
18 * @return 0 for success or negative in case of error.
26 * @param[in] obj_id Object id of the object instance to be deleted
27 * @param[in] obj_inst_id Object instance id of the object instance to be deleted
28 * @return 0 for success or negative in case of error.
33 * @brief Get the engine object instance specified by @p msg->path. Usually only used in do_write
34 * functions in the different encoders.
36 * @param[in] msg lwm2m message containing the path to the object instance.
39 * @return 0 for success or negative in case of error.
45 * @brief Appends an object to the registry. Usually called in the init function
48 * @param[in] obj Object to be registered.
55 * @param[in] obj Object to be removed
63 * @param[in] path Path to resource instance (i.e 100/100/100/1)
66 * @return 0 for success or negative in case of error.
75 * @param[in] path Path to resource (i.e 100/100/100/x, the fourth component is optional)
77 * @return 0 for success or negative in case of error.
82 * @brief Returns pointer to the object in the registry specified by @p path.
85 * @param[in] path lwm2m_obj_path to the object.
86 * @return Pointer to engine object in the registry
91 * @brief Returns pointer to the object instance in the registry specified by @p path.
94 * @param[in] path lwm2m_obj_path to the object instance.
95 * @return Pointer to engine object instance in the registry
100 * @brief Returns pointer to the resource in the registry specified by @p path.
103 * @param[in] path lwm2m_obj_path to the resource.
104 * @return Pointer to engine resource in the registry
109 * @brief Returns pointer to the resource instance in the registry specified by @p path.
112 * @param[in] path lwm2m_obj_path to the resource instance.
113 * @return Pointer to the engine resource instance in the registry
120 * @param[in] obj_id Object id of the object.
128 * @param[in] obj_id Object if of the object instance.
129 * @param[in] obj_inst_id Object instance id of object instance
139 * @param[in] path lwm2m object path to the object/object instance/resource/resource instance
145 * @return 0 for success or negative in case of error.
152 * @brief Returns the object instance in the registry with object id = @p obj_id that has the
155 * @param[in] obj_id Object id of the object instance.
156 * @param[in] obj_inst_id Lower bound of the object instance id.
164 * @param[in] obj Pointer to engine object.
170 * @brief Returns the binding mode in use.
172 * Defaults to UDP (U). In LwM2M 1.0 when queue mode is enabled, return "UQ".
188 * @param[in] obj lwm2m engine object of the field.
189 * @param[in] res_id Resource id of the field.
194 size_t lwm2m_engine_get_opaque_more(struct lwm2m_input_context *in, uint8_t *buf, size_t buflen,