16 #ifndef COAP_SUBSCRIBE_INTERNAL_H_
17 #define COAP_SUBSCRIBE_INTERNAL_H_
26 #ifndef COAP_OBS_MAX_NON
32 #define COAP_OBS_MAX_NON 5
35 #ifndef COAP_OBS_MAX_FAIL
41 #define COAP_OBS_MAX_FAIL 3
void coap_subscription_init(coap_subscription_t *)
Structure of Block options.
CoAP string data definition.
coap_block_t block2
request Block2 definition
unsigned char token[8]
token used for subscription
unsigned int has_block2
request had Block2 definition
unsigned int fail_cnt
up to 3 confirmable notifies can fail
unsigned int non_cnt
up to 15 non-confirmable notifies allowed
size_t token_length
actual length of token
struct coap_session_t * session
subscriber session
unsigned int dirty
set if the notification temporarily could not be sent (in that case, the resource's partially dirty f...
struct coap_subscription_t * next
next element in linked list
uint16_t tid
request type code (GET/FETCH)
struct coap_string_t * query
query string used for subscription, if any