libcoap  4.0.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Functions
subscribe.h File Reference
#include "config.h"
#include "address.h"

Go to the source code of this file.

Data Structures

struct  coap_subscription_t
 Subscriber information. More...

Macros

#define COAP_OBS_MAX_NON   5
 Number of notifications that may be sent non-confirmable before a confirmable message is sent to detect if observers are alive.
#define COAP_OBS_MAX_FAIL   3
 Number of confirmable notifications that may fail (i.e.

Typedefs

typedef struct coap_subscription_t coap_subscription_t
 Subscriber information.

Functions

void coap_subscription_init (coap_subscription_t *)