libcoap 4.3.5-develop-4c3f4af
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-2026 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
16
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
49
50#ifdef __cplusplus
51}
52#endif
53
54#endif /* COAP_DEBUG_INTERNAL_H_ */
const char * coap_option_string(coap_pdu_code_t code, coap_option_num_t number)
Output ascii representation of option number, if known.
Definition coap_debug.c:614
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.
uint16_t coap_option_num_t
Definition coap_option.h:37
coap_pdu_code_t
Set of codes available for a PDU.
Definition coap_pdu.h:248