|
libcoap 4.3.5-develop-13abce9
|
#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 51 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 54 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 53 of file coap_proxy.h.
| coap_oscore_conf_t* coap_proxy_server_t::oscore_conf |
OSCORE configuration if not NULL.
Definition at line 55 of file coap_proxy.h.
| coap_uri_t coap_proxy_server_t::uri |
host and port define the server, scheme method
Definition at line 52 of file coap_proxy.h.