libcoap 4.3.5-develop-19cef11
|
CoAP Logging support internal information. More...
Go to the source code of this file.
Functions | |
int | coap_debug_send_packet (void) |
Check to see whether a packet should be sent or not. More... | |
void | coap_debug_reset (void) |
Reset all the defined logging parameters. More... | |
CoAP Logging support internal information.
Definition in file coap_debug_internal.h.
void coap_debug_reset | ( | void | ) |
Reset all the defined logging parameters.
Internal function
Definition at line 1402 of file coap_debug.c.
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 1378 of file coap_debug.c.