Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
mqtt_sn_data Struct Reference

Abstracts memory buffers. More...

#include <zephyr/net/mqtt_sn.h>

Data Fields

const uint8_tdata
 Pointer to data.
size_t size
 Size of data, in bytes.

Detailed Description

Abstracts memory buffers.

Field Documentation

◆ data

const uint8_t* mqtt_sn_data::data

Pointer to data.

◆ size

size_t mqtt_sn_data::size

Size of data, in bytes.


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