Lines Matching full:resource
60 * @brief Get the resource instance specified by @p path. Creates and allocates a new one
61 * if the resource instance does not exist.
63 * @param[in] path Path to resource instance (i.e 100/100/100/1)
64 * @param[out] res Engine resource buffer pointer.
65 * @param[out] res_inst Engine resource instance buffer pointer.
73 * @brief Gets the resource specified by @p path.
75 * @param[in] path Path to resource (i.e 100/100/100/x, the fourth component is optional)
76 * @param[out] res Engine resource buffer pointer.
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
135 * @brief Get object instance, field, resource and resource instance. All variables may be NULL.
136 * Example to get resource instance:
139 * @param[in] path lwm2m object path to the object/object instance/resource/resource instance
143 * @param[out] res Engine resource buffer pointer.
144 * @param[out] res_inst Engine resource instance buffer pointer.
186 * @brief Returns the engine object field with resource id @p res_id of the object @p obj.
189 * @param[in] res_id Resource id of the field.
210 /* Resource Path url */