libcoap 4.3.5-develop-19cef11
|
The structure used for returning the underlying (D)TLS library information. More...
#include <coap_dtls.h>
Data Fields | |
uint64_t | version |
(D)TLS runtime Library Version More... | |
coap_tls_library_t | type |
Library type. More... | |
uint64_t | built_version |
(D)TLS Built against Library Version More... | |
The structure used for returning the underlying (D)TLS library information.
Definition at line 83 of file coap_dtls.h.
uint64_t coap_tls_version_t::built_version |
(D)TLS Built against Library Version
Definition at line 86 of file coap_dtls.h.
coap_tls_library_t coap_tls_version_t::type |
uint64_t coap_tls_version_t::version |
(D)TLS runtime Library Version
Definition at line 84 of file coap_dtls.h.