libcoap
4.3.2
coap_async_internal.h
Go to the documentation of this file.
1
/*
2
* coap_async_internal.h -- state management for asynchronous messages
3
*
4
* Copyright (C) 2010-2023 Olaf Bergmann <bergmann@tzi.org>
5
*
6
* SPDX-License-Identifier: BSD-2-Clause
7
*
8
* This file is part of the CoAP library libcoap. Please see README for terms
9
* of use.
10
*/
11
17
#ifndef COAP_ASYNC_INTERNAL_H_
18
#define COAP_ASYNC_INTERNAL_H_
19
20
#include "
coap_internal.h
"
21
#include "
coap_net.h
"
22
23
/* Note that if COAP_SERVER_SUPPORT is not set, then COAP_ASYNC_SUPPORT undefined */
24
#if COAP_ASYNC_SUPPORT
25
35
struct
coap_async_t
{
36
struct
coap_async_t
*next;
37
coap_tick_t
delay;
39
coap_session_t
*session;
40
coap_pdu_t
*pdu;
41
void
*appdata;
42
};
43
55
coap_tick_t
coap_check_async(
coap_context_t
*context,
coap_tick_t
now);
56
62
void
coap_delete_all_async(
coap_context_t
*context);
63
66
#endif
/* COAP_ASYNC_SUPPORT */
67
68
#endif
/* COAP_ASYNC_INTERNAL_H_ */
coap_async_t
struct coap_async_t coap_async_t
Async Entry information.
Definition:
coap_forward_decls.h:43
coap_internal.h
Pulls together all the internal only header files.
coap_net.h
CoAP context interface.
coap_tick_t
uint64_t coap_tick_t
This data type represents internal timer ticks with COAP_TICKS_PER_SECOND resolution.
Definition:
coap_time.h:144
coap_context_t
The CoAP stack's global state is stored in a coap_context_t object.
Definition:
coap_net_internal.h:49
coap_pdu_t
structure for CoAP PDUs
Definition:
coap_pdu_internal.h:119
coap_session_t
Abstraction of virtual session that can be attached to coap_context_t (client) or coap_endpoint_t (se...
Definition:
coap_session_internal.h:68
libcoap
include
coap3
coap_async_internal.h
Generated on Thu Sep 7 2023 15:01:17 for libcoap by
1.9.4