Lines Matching refs:event
26 * API for event delivery from lower-layer library functions.
91 * The session will still contain valid data when the event handler is
136 * Type for event handler functions that can be registered with a CoAP
140 * is the event type.
143 const coap_event_t event);
147 * CoAP context @p context. Any event handler that has previously been
150 * @param context The CoAP context to register the event handler with.
151 * @param hnd The event handler to be registered. @c NULL if to be
161 * CoAP context @p context. Any event handler that has previously been
166 * @param context The CoAP context to register the event handler with.
167 * @param hnd The event handler to be registered.
174 * Clears the event handler registered with @p context.
178 * @param context The CoAP context whose event handler is to be removed.