libcoap
4.2.1
subscribe.c
Go to the documentation of this file.
1
/* subscribe.c -- subscription handling for CoAP
2
* see draft-ietf-coap-observe-16
3
*
4
* Copyright (C) 2010--2019 Olaf Bergmann <bergmann@tzi.org>
5
*
6
* This file is part of the CoAP library libcoap. Please see
7
* README for terms of use.
8
*/
9
10
#include "
coap_internal.h
"
11
12
void
13
coap_subscription_init
(
coap_subscription_t
*s) {
14
assert(s);
15
memset(s, 0,
sizeof
(
coap_subscription_t
));
16
}
coap_subscription_init
void coap_subscription_init(coap_subscription_t *s)
Definition:
subscribe.c:13
coap_subscription_t
Subscriber information.
Definition:
coap_subscribe_internal.h:44
coap_internal.h
Pulls together all the internal only header files.
src
subscribe.c
Generated on Tue Nov 5 2019 14:15:42 for libcoap by
1.8.13