|
libcoap 4.3.5-develop-21f09ac
|
Subscription handling functions. More...
#include "coap3/coap_libcoap_build.h"
Include dependency graph for coap_subscribe.c:Go to the source code of this file.
Macros | |
| #define | min(a, b) ((a) < (b) ? (a) : (b)) |
Functions | |
| int | coap_observe_persist_is_supported (void) |
| Check whether Observe Persist is available. | |
Subscription handling functions.
Definition in file coap_subscribe.c.
| #define min | ( | a, | |
| b | |||
| ) | ((a) < (b) ? (a) : (b)) |
Definition at line 20 of file coap_subscribe.c.