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