libcoap  4.3.0
coap_string_t Struct Reference

CoAP string data definition. More...

#include <str.h>

Data Fields

size_t length
 length of string More...
 
uint8_t * s
 string data More...
 

Detailed Description

CoAP string data definition.

Definition at line 32 of file str.h.

Field Documentation

◆ length

size_t coap_string_t::length

length of string

Definition at line 33 of file str.h.

◆ s

uint8_t* coap_string_t::s

string data

Definition at line 34 of file str.h.


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