libcoap 4.3.5-develop-ea01661
|
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 | |
coap_tls_library_t | type |
Library type. | |
uint64_t | built_version |
(D)TLS Built against Library Version | |
The structure used for returning the underlying (D)TLS library information.
Definition at line 87 of file coap_dtls.h.
uint64_t coap_tls_version_t::built_version |
(D)TLS Built against Library Version
Definition at line 90 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 88 of file coap_dtls.h.