unicoap.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2024-2025 Carl Seifert
3  * SPDX-FileCopyrightText: 2024-2025 TU Dresden
4  * SPDX-License-Identifier: LGPL-2.1-only
5  */
6 
7 #pragma once
8 
9 #include "net/unicoap/constants.h" /* IWYU pragma: export */
10 #include "net/unicoap/config.h" /* IWYU pragma: export */
11 #include "net/unicoap/message.h" /* IWYU pragma: export */
12 #include "net/unicoap/options.h" /* IWYU pragma: export */
13 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
Constants used in CoAP such as option numbers and message codes.
CoAP Message API.
Options header.
Compile-time configuration parameters.