Function paho_mqtt3as_sys::MQTTAsync_createWithOptions
[−]
[src]
pub unsafe extern "C" fn MQTTAsync_createWithOptions(
handle: *mut MQTTAsync,
serverURI: *const c_char,
clientId: *const c_char,
persistence_type: c_int,
persistence_context: *mut c_void,
options: *mut MQTTAsync_createOptions
) -> c_int