libcoap 4.3.5-develop-19cef11
coap_supported.h File Reference

CoAP optional functionality. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int coap_af_unix_is_supported (void)
 Check whether socket type AF_UNIX is available. More...
 
int coap_async_is_supported (void)
 Check whether ASYNC (separate responses) is available. More...
 
int coap_client_is_supported (void)
 Check whether Client code is available. More...
 
int coap_dtls_is_supported (void)
 Check whether DTLS is available. More...
 
int coap_dtls_cid_is_supported (void)
 Check whether (D)TLS CID is available. More...
 
int coap_dtls_psk_is_supported (void)
 Check whether (D)TLS PSK is available. More...
 
int coap_dtls_pki_is_supported (void)
 Check whether (D)TLS PKI is available. More...
 
int coap_dtls_pkcs11_is_supported (void)
 Check whether (D)TLS PKCS11 is available. More...
 
int coap_dtls_rpk_is_supported (void)
 Check whether (D)TLS RPK is available. More...
 
int coap_epoll_is_supported (void)
 Determine whether epoll is supported or not. More...
 
int coap_ipv4_is_supported (void)
 Check whether IPv4 is available. More...
 
int coap_ipv6_is_supported (void)
 Check whether IPv6 is available. More...
 
int coap_observe_persist_is_supported (void)
 Check whether Observe Persist is available. More...
 
int coap_oscore_is_supported (void)
 Check whether OSCORE is available. More...
 
int coap_proxy_is_supported (void)
 Check whether Proxy code is available. More...
 
int coap_q_block_is_supported (void)
 Check whether Q-BlockX is available. More...
 
int coap_server_is_supported (void)
 Check whether Server code is available. More...
 
int coap_tcp_is_supported (void)
 Check whether TCP is available. More...
 
int coap_threadsafe_is_supported (void)
 Determine whether libcoap is threadsafe or not. More...
 
int coap_tls_is_supported (void)
 Check whether TLS is available. More...
 
int coap_ws_is_supported (void)
 Check whether WebSockets is available. More...
 
int coap_wss_is_supported (void)
 Check whether Secure WebSockets is available. More...
 

Detailed Description

CoAP optional functionality.

Definition in file coap_supported.h.