|
libcoap
4.1.2
|
Abstraction of virtual endpoint that can be attached to coap_context_t. More...
#include <coap_io.h>
Data Fields | |
| union { | |
| int fd | |
| on POSIX systems More... | |
| void * conn | |
| opaque connection (e.g. More... | |
| } | handle |
| opaque handle to identify this endpoint More... | |
| coap_address_t | addr |
| local interface address More... | |
| int | ifindex |
| int | flags |
Abstraction of virtual endpoint that can be attached to coap_context_t.
The tuple (handle, addr) must uniquely identify this endpoint.
| coap_address_t coap_endpoint_t::addr |
| void* coap_endpoint_t::conn |
| union { ... } coap_endpoint_t::handle |
opaque handle to identify this endpoint
1.8.12