CoAP string data definition with const data.
More...
#include <str.h>
|
size_t | length |
| length of string
|
|
const uint8_t * | s |
| read-only string data
|
|
CoAP string data definition with const data.
Definition at line 46 of file str.h.
◆ length
size_t coap_str_const_t::length |
length of string
Definition at line 47 of file str.h.
const uint8_t* coap_str_const_t::s |
read-only string data
Definition at line 48 of file str.h.
The documentation for this struct was generated from the following file: