|
10.
|
|
|
All public functions in libmosquitto have the prefix "mosquitto_". Any other functions defined in the source code are to be treated as private functions and may change between any release. Do not use these functions!
|
|
|
|
(no translation yet)
|
|
|
|
Located in
libmosquitto.3.xml:34(para)
|
|
11.
|
|
|
Functions
|
|
|
|
(no translation yet)
|
|
|
|
Located in
libmosquitto.3.xml:41(title)
|
|
12.
|
|
|
Library version
|
|
|
|
(no translation yet)
|
|
|
|
Located in
libmosquitto.3.xml:44(title)
|
|
13.
|
|
|
mosquitto_lib_version
|
|
|
|
(no translation yet)
|
|
|
|
Located in
libmosquitto.3.xml:47(function)
|
|
14.
|
|
|
unsigned long <placeholder-1/>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
libmosquitto.3.xml:47(funcdef)
|
|
15.
|
|
|
int *major
|
|
|
|
(no translation yet)
|
|
|
|
Located in
libmosquitto.3.xml:48(parameter)
|
|
16.
|
|
|
int *minor
|
|
|
|
(no translation yet)
|
|
|
|
Located in
libmosquitto.3.xml:49(parameter)
|
|
17.
|
|
|
int *revision
|
|
|
|
(no translation yet)
|
|
|
|
Located in
libmosquitto.3.xml:50(parameter)
|
|
18.
|
|
|
Obtain version information about the library. If any of major, minor or revision are not NULL they will return the corresponding version numbers. The return value is an integer representation of the complete version number (e.g. 9000 for 0.9) that can be used for comparisons.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
libmosquitto.3.xml:53(para)
|
|
19.
|
|
|
Library initialisation and cleanup
|
|
|
|
(no translation yet)
|
|
|
|
Located in
libmosquitto.3.xml:61(title)
|