Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mqtt_binstr Struct Reference

Abstracts binary strings. More...

#include <mqtt.h>

Data Fields

uint8_tdata
 Pointer to binary stream.
 
uint32_t len
 Length of binary stream.
 

Detailed Description

Abstracts binary strings.

Field Documentation

◆ data

uint8_t* mqtt_binstr::data

Pointer to binary stream.

◆ len

uint32_t mqtt_binstr::len

Length of binary stream.


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