mosquittod.types

Members

Aliases

mosq_base_callback
alias mosq_base_callback = void function(mosquitto*, void*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mosq_log_callback
alias mosq_log_callback = void function(mosquitto*, void*, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mosq_msg_callback
alias mosq_msg_callback = void function(mosquitto*, void*, const mosquitto_message*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mosq_sub_callback
alias mosq_sub_callback = void function(mosquitto*, void*, int, int, const int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mosq_tls_callback
alias mosq_tls_callback = int function(char*, int, int, void*)
mosq_v5_base1_callback
alias mosq_v5_base1_callback = void function(mosquitto*, void*, int, const mosquitto_property*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mosq_v5_base2_callback
alias mosq_v5_base2_callback = void function(mosquitto*, void*, int, int, const mosquitto_property*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mosq_v5_msg_callback
alias mosq_v5_msg_callback = void function(mosquitto*, void*, const mosquitto_message*, const mosquitto_property*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mosq_v5_sub_callback
alias mosq_v5_sub_callback = void function(mosquitto*, void*, int, int, const int*, const mosquitto_property*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mosq_wf_callback
alias mosq_wf_callback = void function(mosquitto*, void*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mosquitto
alias mosquitto = void
mosquitto_property
alias mosquitto_property = void

Enums

MOSQ_ERR
enum MOSQ_ERR
MOSQ_LOG
enum MOSQ_LOG
MOSQ_OPT
enum MOSQ_OPT
MQTT_PROTOCOL
enum MQTT_PROTOCOL

Structs

libmosquitto_auth
struct libmosquitto_auth
libmosquitto_tls
struct libmosquitto_tls
libmosquitto_will
struct libmosquitto_will
mosquitto_message
struct mosquitto_message

Meta