_CoapDtlsSession Struct Reference
  DTLS session. More...
#include <coap_server.h>
| Data Fields | |
| CoapServerContext * | context | 
| IpAddr | serverIpAddr | 
| IpAddr | clientIpAddr | 
| uint16_t | clientPort | 
| TlsContext * | dtlsContext | 
| systime_t | timestamp | 
Detailed Description
DTLS session.
Definition at line 183 of file coap_server.h.
Field Documentation
◆ clientIpAddr
| IpAddr clientIpAddr | 
Definition at line 187 of file coap_server.h.
◆ clientPort
| uint16_t clientPort | 
Definition at line 188 of file coap_server.h.
◆ context
| CoapServerContext* context | 
Definition at line 185 of file coap_server.h.
◆ dtlsContext
| TlsContext* dtlsContext | 
Definition at line 190 of file coap_server.h.
◆ serverIpAddr
| IpAddr serverIpAddr | 
Definition at line 186 of file coap_server.h.
◆ timestamp
| systime_t timestamp | 
Definition at line 192 of file coap_server.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/coap/coap_server.h
