- mosquitto_connack_string
const(char)* mosquitto_connack_string(int connack_code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_connect
int mosquitto_connect(mosquitto_t mosq, const(char)* host, int port, int keepalive)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_connect_async
int mosquitto_connect_async(mosquitto_t mosq, const(char)* host, int port, int keepalive)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_connect_bind
int mosquitto_connect_bind(mosquitto_t mosq, const(char)* host, int port, int keepalive, const(char)* bind_address)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_connect_bind_async
int mosquitto_connect_bind_async(mosquitto_t mosq, const(char)* host, int port, int keepalive, const(char)* bind_address)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_connect_callback_set
void mosquitto_connect_callback_set(mosquitto_t mosq, mosq_base_callback on_connect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_connect_srv
int mosquitto_connect_srv(mosquitto_t mosq, const(char)* host, int keepalive, const(char)* bind_address)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_destroy
void mosquitto_destroy(mosquitto_t mosq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_disconnect
int mosquitto_disconnect(mosquitto_t mosq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_disconnect_callback_set
void mosquitto_disconnect_callback_set(mosquitto_t mosq, mosq_base_callback on_disconnect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_lib_cleanup
int mosquitto_lib_cleanup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_lib_init
int mosquitto_lib_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_lib_version
int mosquitto_lib_version(int* major, int* minor, int* revision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_log_callback_set
void mosquitto_log_callback_set(mosquitto_t mosq, void function(mosquitto_t, void*, int, const(char)*) on_log)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_loop
int mosquitto_loop(mosquitto_t mosq, int timeout, int max_packets)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_loop_forever
int mosquitto_loop_forever(mosquitto_t mosq, int timeout, int max_packets)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_loop_misc
int mosquitto_loop_misc(mosquitto_t mosq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_loop_read
int mosquitto_loop_read(mosquitto_t mosq, int max_packets)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_loop_start
int mosquitto_loop_start(mosquitto_t mosq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_loop_stop
int mosquitto_loop_stop(mosquitto_t mosq, bool force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_loop_write
int mosquitto_loop_write(mosquitto_t mosq, int max_packets)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_max_inflight_messages_set
int mosquitto_max_inflight_messages_set(mosquitto_t mosq, uint max_inflight_messages)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_message_callback_set
void mosquitto_message_callback_set(mosquitto_t mosq, void function(mosquitto_t, void*, const mosquitto_message*) on_message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_message_copy
int mosquitto_message_copy(mosquitto_message* dst, mosquitto_message* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_message_free
void mosquitto_message_free(mosquitto_message** message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_message_retry_set
void mosquitto_message_retry_set(mosquitto_t mosq, uint message_retry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_new
mosquitto_t mosquitto_new(const(char)* id, bool clean_session, void* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_opts_set
int mosquitto_opts_set(mosquitto_t mosq, MOSQ_OPT option, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_pub_topic_check
int mosquitto_pub_topic_check(const(char)* topic)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_publish
int mosquitto_publish(mosquitto_t mosq, int* mid, const(char)* topic, int payloadlen, const(void)* payload, int qos, bool retain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_publish_callback_set
void mosquitto_publish_callback_set(mosquitto_t mosq, mosq_base_callback on_publish)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_reconnect
int mosquitto_reconnect(mosquitto_t mosq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_reconnect_async
int mosquitto_reconnect_async(mosquitto_t mosq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_reconnect_delay_set
int mosquitto_reconnect_delay_set(mosquitto_t mosq, uint reconnect_delay, uint reconnect_delay_max, bool reconnect_exponential_backoff)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_reinitialise
int mosquitto_reinitialise(mosquitto_t mosq, const(char)* id, bool clean_session, void* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_socket
int mosquitto_socket(mosquitto_t mosq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_socks5_set
int mosquitto_socks5_set(mosquitto_t mosq, const(char)* host, int port, const(char)* username, const(char)* password)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_strerror
const(char)* mosquitto_strerror(int mosq_errno)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_sub_topic_check
int mosquitto_sub_topic_check(const(char)* topic)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_sub_topic_tokenise
int mosquitto_sub_topic_tokenise(const(char)* subtopic, char*** topics, int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_sub_topic_tokens_free
int mosquitto_sub_topic_tokens_free(char*** topics, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_subscribe
int mosquitto_subscribe(mosquitto_t mosq, int* mid, const(char)* sub, int qos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_subscribe_callback_set
void mosquitto_subscribe_callback_set(mosquitto_t mosq, void function(mosquitto_t, void*, int, int, const int*) on_subscribe)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_threaded_set
int mosquitto_threaded_set(mosquitto_t mosq, bool threaded)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_tls_insecure_set
int mosquitto_tls_insecure_set(mosquitto_t mosq, bool value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_tls_opts_set
int mosquitto_tls_opts_set(mosquitto_t mosq, int cert_reqs, const(char)* tls_version, const(char)* ciphers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_tls_psk_set
int mosquitto_tls_psk_set(mosquitto_t mosq, const(char)* psk, const(char)* identity, const(char)* ciphers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_tls_set
int mosquitto_tls_set(mosquitto_t mosq, const(char)* cafile, const(char)* capath, const(char)* certfile, const(char)* keyfile, int function(char* buf, int size, int rwflag, void* userdata) pw_callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_topic_matches_sub
int mosquitto_topic_matches_sub(const(char)* sub, const(char)* topic, bool* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_unsubscribe
int mosquitto_unsubscribe(mosquitto_t mosq, int* mid, const(char)* sub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_unsubscribe_callback_set
void mosquitto_unsubscribe_callback_set(mosquitto_t mosq, mosq_base_callback on_unsubscribe)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_user_data_set
void mosquitto_user_data_set(mosquitto_t mosq, void* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_username_pw_set
int mosquitto_username_pw_set(mosquitto_t mosq, const(char)* username, const(char)* password)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_want_write
bool mosquitto_want_write(mosquitto_t mosq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_will_clear
int mosquitto_will_clear(mosquitto_t mosq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mosquitto_will_set
int mosquitto_will_set(mosquitto_t mosq, const(char)* topic, int payloadlen, const(void)* payload, int qos, bool retain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.