blob: ccee8849c469e907abe91db1d9fc88ba53bf56ed [file] [log] [blame]
.TH "MQTTLenString" 3 "Thu Sep 13 2018" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
MQTTLenString
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <MQTTProperties\&.h>\fP
.SS "Data Fields"
.in +1c
.ti -1c
.RI "int \fBlen\fP"
.br
.ti -1c
.RI "char * \fBdata\fP"
.br
.in -1c
.SH "Detailed Description"
.PP
The data for a length delimited string
.SH "Field Documentation"
.PP
.SS "int len"
the length of the string
.SS "char* data"
pointer to the string data
.SH "Author"
.PP
Generated automatically by Doxygen for Paho Asynchronous MQTT C Client Library from the source code\&.