libcoap 4.3.5-develop-19cef11
|
#include <coap_proxy.h>
Data Fields | |
coap_uri_t | uri |
host and port define the server, scheme method More... | |
coap_dtls_pki_t * | dtls_pki |
PKI configuration to use if not NULL. More... | |
coap_dtls_cpsk_t * | dtls_cpsk |
PSK configuration to use if not NULL. More... | |
coap_oscore_conf_t * | oscore_conf |
OSCORE configuration if not NULL. More... | |
Definition at line 36 of file coap_proxy.h.
coap_dtls_cpsk_t* coap_proxy_server_t::dtls_cpsk |
PSK configuration to use if not NULL.
Definition at line 39 of file coap_proxy.h.
coap_dtls_pki_t* coap_proxy_server_t::dtls_pki |
PKI configuration to use if not NULL.
Definition at line 38 of file coap_proxy.h.
coap_oscore_conf_t* coap_proxy_server_t::oscore_conf |
OSCORE configuration if not NULL.
Definition at line 40 of file coap_proxy.h.
coap_uri_t coap_proxy_server_t::uri |
host and port define the server, scheme method
Definition at line 37 of file coap_proxy.h.