libcoap 4.3.5-develop-ea01661
Loading...
Searching...
No Matches
coap_debug_internal.h
Go to the documentation of this file.
1/*
2 * coap_debug_internal.h -- debug utilities
3 *
4 * Copyright (C) 2010-2011,2014-2025 Olaf Bergmann <bergmann@tzi.org>
5 *
6 * SPDX-License-Identifier: BSD-2-Clause
7 *
8 * This file is part of the CoAP library libcoap. Please see README for terms
9 * of use.
10 */
11
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21#ifndef COAP_DEBUG_INTERNAL_H_
22#define COAP_DEBUG_INTERNAL_H_
23
32
38void coap_debug_reset(void);
39
40#ifdef __cplusplus
41}
42#endif
43
44#endif /* COAP_DEBUG_INTERNAL_H_ */
int coap_debug_send_packet(void)
Check to see whether a packet should be sent or not.
void coap_debug_reset(void)
Reset all the defined logging parameters.