Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
N
 Network loop(for use in other event loops)
 Network loop(helper functions)
 Network loop(managed by libmosquitto)
O
 One line client helper functions
P
 Plugin Functions v4
 Plugin Functions v5
 Properties
 Publishing functions
 Publishing,subscribing,unsubscribing
R
 Register callbacks
S
 SOCKS5 proxy functions
 Struct mosquitto_message helper functions
T
 Threads
 TLS support
U
 Username and password
 Utility functions
 Utility Functions
W
 Will
The internal network loop must be called at a regular interval.
This is the plugin version 4 interface, which is exclusively for authentication and access control, and which is still supported for existing plugins.
This is the plugin version 5 interface, which covers authentication, access control, the $CONTROL topic space handling, and message inspection and modification.
libmosquitto provides thread safe operation, with the exception of mosquitto_lib_init which is not thread safe.
Use these functions from within your plugin.
Close