|
libcoap 4.3.5-develop-13abce9
|
CoAP Logging support internal information. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | COAP_DEBUG_INTERNAL_H_ |
Functions | |
| 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. | |
CoAP Logging support internal information.
Definition in file coap_debug_internal.h.
| #define COAP_DEBUG_INTERNAL_H_ |
Definition at line 22 of file coap_debug_internal.h.
| void coap_debug_reset | ( | void | ) |
Reset all the defined logging parameters.
Internal function
Definition at line 1436 of file coap_debug.c.
Here is the caller graph for this function:| int coap_debug_send_packet | ( | void | ) |
Check to see whether a packet should be sent or not.
Internal function
1 if packet is to be sent, 0 if packet is to be dropped. Definition at line 1412 of file coap_debug.c.
Here is the call graph for this function:
Here is the caller graph for this function: