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

Abstracts UTF-8 encoded strings. More...

#include <mqtt.h>

Data Fields

const uint8_tutf8
 Pointer to UTF-8 string.
 
uint32_t size
 Size of UTF string, in bytes.
 

Detailed Description

Abstracts UTF-8 encoded strings.

Field Documentation

◆ size

uint32_t mqtt_utf8::size

Size of UTF string, in bytes.

◆ utf8

const uint8_t* mqtt_utf8::utf8

Pointer to UTF-8 string.


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