libcoap 4.3.1
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 38 of file str.h.

Field Documentation

◆ length

size_t coap_string_t::length

length of string

Definition at line 39 of file str.h.

◆ s

uint8_t* coap_string_t::s

string data

Definition at line 40 of file str.h.


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