libcoap 4.3.5-develop-ea01661
|
CoAP union for handling signed / unsigned chars. More...
#include <coap_str.h>
Data Fields | |
const char * | s_byte |
signed char ptr | |
const uint8_t * | u_byte |
unsigned char ptr | |
CoAP union for handling signed / unsigned chars.
Definition at line 75 of file coap_str.h.
const char* coap_const_char_ptr_t::s_byte |
signed char ptr
Definition at line 76 of file coap_str.h.
const uint8_t* coap_const_char_ptr_t::u_byte |
unsigned char ptr
Definition at line 77 of file coap_str.h.