libcoap  4.2.1
subscribe.h
Go to the documentation of this file.
1 /*
2  * subscribe.h -- subscription handling for CoAP
3  * see RFC7641
4  *
5  * Copyright (C) 2010-2012,2014-2015 Olaf Bergmann <bergmann@tzi.org>
6  *
7  * This file is part of the CoAP library libcoap. Please see README for terms
8  * of use.
9  */
10 
16 #ifndef COAP_SUBSCRIBE_H_
17 #define COAP_SUBSCRIBE_H_
18 
29 #define COAP_OBSERVE_ESTABLISH 0
30 
35 #define COAP_OBSERVE_CANCEL 1
36 
39 #endif /* COAP_SUBSCRIBE_H_ */