libcoap 4.3.5-develop-19cef11
|
Subscription handling functions. More...
#include "coap3/coap_libcoap_build.h"
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. More... | |
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.