[][src]Type Definition paho_mqtt_sys::MQTTAsync

type MQTTAsync = *mut c_void;

A handle representing an MQTT client. A valid client handle is available following a successful call to MQTTAsync_create().