libcoap  4.3.0
coap_binary_t Struct Reference

CoAP binary data definition. More...

#include <str.h>

Data Fields

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

Detailed Description

CoAP binary data definition.

Definition at line 50 of file str.h.

Field Documentation

◆ length

size_t coap_binary_t::length

length of binary data

Definition at line 51 of file str.h.

◆ s

uint8_t* coap_binary_t::s

binary data

Definition at line 52 of file str.h.


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