blob: 7f05f9dc21001fa34a1dc16c1f50f065d1b36e27 [file] [log] [blame]
.TH "MQTTLenString" 3 "Thu Sep 13 2018" "Paho 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 MQTT C Client Library from the source code\&.