|
libcoap 4.3.5-develop-4c3f4af
|
CoAP Logging support internal information. More...
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. | |
| const char * | coap_option_string (coap_pdu_code_t code, coap_option_num_t number) |
| Output ascii representation of option number, if known. | |
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 1556 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 1471 of file coap_debug.c.
| const char * coap_option_string | ( | coap_pdu_code_t | code, |
| coap_option_num_t | number ) |
Output ascii representation of option number, if known.
| code | The PDU code. |
| number | The option number. |
Output ascii representation of option number, if known.
Definition at line 614 of file coap_debug.c.