Lines Matching full:param

48  * @param resource The CoAP resource to use.
49 * @param mode @c 1 if Observable is to be set, @c 0 otherwise.
58 * @param resource The CoAP resource to use.
59 * @param query The Query to match against or NULL
70 * @param session The current session.
71 * @param observe_key The pointer to the subscription.
72 * @param e_proto The CoAP protocol in use for the session / endpoint.
73 * @param e_listen_addr The IP/port that the endpoint is listening on.
74 * @param s_addr_info Local / Remote IP addresses. ports etc. of session.
75 * @param raw_packet L7 packet as seen on the wire (could be concatenated if
77 * @param oscore_info Has OSCORE information if OSCORE is protecting the
79 * @param user_data Application provided information from
97 * @param session The current session.
98 * @param observe_key The pointer to the subscription.
99 * @param user_data Application provided information from
115 * @param context The current CoAP context.
116 * @param resource_name The uri path name of the resource.
117 * @param observe_num The current observe value just sent.
118 * @param user_data Application provided information from
132 * @param session The current CoAP session.
133 * @param resource_name The uri path name of the resource.
134 * @param raw_packet L7 packet as seen on the wire (could be concatenated if
136 * @param user_data Application provided information from
153 * @param context The current CoAP context.
154 * @param resource_name The uri path name of the resource.
155 * @param user_data Application provided information from
168 * @param context The current CoAP context.
169 * @param observe_added Called when a new observe subscription is set up.
170 * @param observe_deleted Called when a observe subscription is de-registered.
171 * @param track_observe_value Called every @p save_freq so current observe
173 * @param dyn_resource_added Called whan a dynamic resource is created from the
175 * @param resource_deleted Called when a resource is removed.
176 * @param save_freq Frequency of change of observe value for calling
178 * @param user_data App defined data (can be NULL) passed into various
196 * @param context The context that the session is to be associated with.
197 * @param e_proto The CoAP protocol in use for the session / endpoint.
198 * @param e_listen_addr The IP/port that the endpoint is listening on.
199 * @param s_addr_info Local / Remote IP addresses. ports etc. of previous
201 * @param raw_packet L7 packet as seen on the wire (could be concatenated if
203 * @param oscore_info Has OSCORE information if OSCORE is protecting the
220 * @param context The current CoAP context.
221 * @param dyn_resource_save_file File where dynamically created resource
223 * @param observe_save_file File where observe information is stored or NULL
225 * @param obs_cnt_save_file File where resource observe counter information
227 * @param save_freq Frequency of change of observe value for calling
248 * @param context The context that tracking information is to be stopped on.
255 * @param resource The resource to update.
256 * @param observe_num The value to set the observe number to.