Lines Matching +full:resource +full:- +full:id

3  * Copyright (c) 2018-2019 Foundries.io
5 * SPDX-License-Identifier: Apache-2.0
96 * @p obj_inst and the resource id in @p msg. Returns the field to obj_field (if it exists).
98 * @param[in] msg lwm2m message to signal for which resource the write access should checked
99 * @param[in] obj_inst Engine object instance to signal which object the resource belongs to
139 * @brief Deletes the object instance specified by msg->path. If the object instance id of the
190 * id given by @p obj_inst_id
192 * @param[in] obj_inst_id object instance id of the security instance
198 * @brief Returns the object instance id of the security having ssid given by @p short_id.
201 * @return Object instance id or negative in case not found
206 * @brief Returns the object instance id of the security object instance at @p index
210 * @return Object instance id of the security instance or negative in case of error
218 * (i.e Sets the value of resource 5/ @p obj_inst_id /3)
220 * @param[in] obj_inst_id Object instance id of the firmware object instance
228 * (i.e Sets the value of resource 5/ @p obj_inst_id /5)
230 * @param[in] obj_inst_id Object instance id of the firmware object instance
252 * (i.e Gets the value of resource 5/ @p obj_inst_id /3)
253 * @param[in] obj_inst_id Object instance id of the firmware object
268 * (i.e Gets the value of resource 5/ @p obj_inst_id /5)
269 * @param[in] obj_inst_id Object instance id of the firmware object
285 * socket file descriptor to client_ctx->sock_fd.
293 * @brief Closes the socket with the file descriptor given by client_ctx->sock_fd.
302 * @brief Removes the socket with the file descriptor given by client_ctx->sock_fd from the
311 * descriptor in ctx->sock_fd)
335 * @brief Closes the socket with file descriptor given by client_ctx->sock_fd.
353 * @param[in] client_ctx lwm2m context to be re-added to the lwm2m work loop
373 * This function wakes up ongoing poll() from the socket-loop.