libcoap  4.2.0
coap_str_const_t Struct Reference

Coap string data definition with const data. More...

#include <str.h>

Data Fields

size_t length
 length of string More...
 
const uint8_ts
 string data More...
 

Detailed Description

Coap string data definition with const data.

Definition at line 33 of file str.h.

Field Documentation

◆ length

size_t coap_str_const_t::length

length of string

Definition at line 34 of file str.h.

◆ s

const uint8_t* coap_str_const_t::s

string data

Definition at line 35 of file str.h.


The documentation for this struct was generated from the following file: