|
libcoap 4.3.5-develop-aef27f2
|
#include <coap_proxy.h>
Collaboration diagram for coap_proxy_server_t:Data Fields | |
| coap_uri_t | uri |
| host and port define the server, scheme method | |
| coap_dtls_pki_t * | dtls_pki |
| PKI configuration to use if not NULL. | |
| coap_dtls_cpsk_t * | dtls_cpsk |
| PSK configuration to use if not NULL. | |
| coap_oscore_conf_t * | oscore_conf |
| OSCORE configuration if not NULL. | |
Definition at line 87 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 90 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 89 of file coap_proxy.h.
| coap_oscore_conf_t* coap_proxy_server_t::oscore_conf |
OSCORE configuration if not NULL.
Definition at line 91 of file coap_proxy.h.
| coap_uri_t coap_proxy_server_t::uri |
host and port define the server, scheme method
Definition at line 88 of file coap_proxy.h.