_CoapDtlsSession Struct Reference
DTLS session. More...
#include <coap_server.h>
Data Fields | |
| CoapServerContext * | context |
| Pointer to the CoAP server context. More... | |
| NetInterface * | interface |
| Underlying network interface. More... | |
| IpAddr | serverIpAddr |
| Server's IP address. More... | |
| IpAddr | clientIpAddr |
| Client's IP address. More... | |
| uint16_t | clientPort |
| Client's port. More... | |
| TlsContext * | dtlsContext |
| DTLS context. More... | |
| systime_t | timestamp |
| Timestamp to manage timeout. More... | |
Detailed Description
DTLS session.
Definition at line 325 of file coap_server.h.
Field Documentation
◆ clientIpAddr
| IpAddr clientIpAddr |
Client's IP address.
Definition at line 330 of file coap_server.h.
◆ clientPort
| uint16_t clientPort |
Client's port.
Definition at line 331 of file coap_server.h.
◆ context
| CoapServerContext* context |
Pointer to the CoAP server context.
Definition at line 327 of file coap_server.h.
◆ dtlsContext
| TlsContext* dtlsContext |
DTLS context.
Definition at line 333 of file coap_server.h.
◆ interface
| NetInterface* interface |
Underlying network interface.
Definition at line 328 of file coap_server.h.
◆ serverIpAddr
| IpAddr serverIpAddr |
Server's IP address.
Definition at line 329 of file coap_server.h.
◆ timestamp
| systime_t timestamp |
Timestamp to manage timeout.
Definition at line 335 of file coap_server.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/coap/coap_server.h
