unicoap.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2024-2025 Carl Seifert
3  * Copyright (C) 2024-2025 TU Dresden
4  *
5  * This file is subject to the terms and conditions of the GNU Lesser General
6  * Public License v2.1. See the file LICENSE in the top level directory for
7  * more details.
8  */
9 
10 #pragma once
11 
12 #include "net/unicoap/constants.h" /* IWYU pragma: export */
13 #include "net/unicoap/config.h" /* IWYU pragma: export */
14 #include "net/unicoap/message.h" /* IWYU pragma: export */
15 #include "net/unicoap/options.h" /* IWYU pragma: export */
16 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
32 #ifdef __cplusplus
33 }
34 #endif
35 
Constants used in CoAP such as option numbers and message codes.
CoAP Message API.
Options header.
Compile-time configuration parameters.