libcoap  4.0.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
coap.h
Go to the documentation of this file.
1 /* coap.h -- main header file for CoAP stack
2  *
3  * Copyright (C) 2010--2012 Olaf Bergmann <bergmann@tzi.org>
4  *
5  * This file is part of the CoAP library libcoap. Please see
6  * README for terms of use.
7  */
8 
9 #ifndef _COAP_H_
10 #define _COAP_H_
11 
12 #include "config.h"
13 #include "debug.h"
14 #include "mem.h"
15 #include "coap_list.h"
16 #include "pdu.h"
17 #include "option.h"
18 #include "net.h"
19 #include "encode.h"
20 #include "str.h"
21 #include "uri.h"
22 #include "async.h"
23 #include "resource.h"
24 #include "subscribe.h"
25 #include "block.h"
26 
27 #endif /* _COAP_H_ */