libcoap
4.3.0
|
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 64 of file coap_dtls.h.
uint64_t coap_tls_version_t::built_version |
(D)TLS Built against Library Version
Definition at line 67 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 65 of file coap_dtls.h.