libcoap 4.3.1
|
CoAP forward definitions. More...
Go to the source code of this file.
Typedefs | |
typedef struct coap_async_t | coap_async_t |
Async Entry information. More... | |
typedef struct coap_lg_xmit_t | coap_lg_xmit_t |
typedef struct coap_lg_crcv_t | coap_lg_crcv_t |
typedef struct coap_lg_srcv_t | coap_lg_srcv_t |
typedef struct coap_cache_entry_t | coap_cache_entry_t |
typedef struct coap_cache_key_t | coap_cache_key_t |
typedef struct coap_packet_t | coap_packet_t |
coap_socket_t and coap_packet_t information. More... | |
typedef struct coap_socket_t | coap_socket_t |
typedef struct coap_context_t | coap_context_t |
typedef struct coap_queue_t | coap_queue_t |
typedef struct coap_pdu_t | coap_pdu_t |
PDU information. More... | |
typedef struct coap_attr_t | coap_attr_t |
typedef struct coap_resource_t | coap_resource_t |
typedef struct coap_addr_hash_t | coap_addr_hash_t |
typedef struct coap_endpoint_t | coap_endpoint_t |
typedef struct coap_session_t | coap_session_t |
typedef struct coap_subscription_t | coap_subscription_t |
CoAP forward definitions.
Definition in file coap_forward_decls.h.
typedef struct coap_addr_hash_t coap_addr_hash_t |
Definition at line 96 of file coap_forward_decls.h.
typedef struct coap_async_t coap_async_t |
Async Entry information.
Definition at line 41 of file coap_forward_decls.h.
typedef struct coap_attr_t coap_attr_t |
Definition at line 88 of file coap_forward_decls.h.
typedef struct coap_cache_entry_t coap_cache_entry_t |
Definition at line 57 of file coap_forward_decls.h.
typedef struct coap_cache_key_t coap_cache_key_t |
Definition at line 58 of file coap_forward_decls.h.
typedef struct coap_context_t coap_context_t |
Definition at line 73 of file coap_forward_decls.h.
typedef struct coap_endpoint_t coap_endpoint_t |
Definition at line 97 of file coap_forward_decls.h.
typedef struct coap_lg_crcv_t coap_lg_crcv_t |
Definition at line 49 of file coap_forward_decls.h.
typedef struct coap_lg_srcv_t coap_lg_srcv_t |
Definition at line 50 of file coap_forward_decls.h.
typedef struct coap_lg_xmit_t coap_lg_xmit_t |
Definition at line 48 of file coap_forward_decls.h.
typedef struct coap_packet_t coap_packet_t |
coap_socket_t and coap_packet_t information.
Definition at line 65 of file coap_forward_decls.h.
typedef struct coap_pdu_t coap_pdu_t |
PDU information.
Definition at line 81 of file coap_forward_decls.h.
typedef struct coap_queue_t coap_queue_t |
Definition at line 74 of file coap_forward_decls.h.
typedef struct coap_resource_t coap_resource_t |
Definition at line 89 of file coap_forward_decls.h.
typedef struct coap_session_t coap_session_t |
Definition at line 98 of file coap_forward_decls.h.
typedef struct coap_socket_t coap_socket_t |
Definition at line 66 of file coap_forward_decls.h.
typedef struct coap_subscription_t coap_subscription_t |
Definition at line 105 of file coap_forward_decls.h.