Type Definition paho_mqtt3as_sys::Persistence_clear [] [src]

type Persistence_clear = Option<unsafe extern "C" fn(_: *mut c_void) -> c_int>;

@brief Clears the persistence store, so that it no longer contains any persisted data.

@param handle The handle pointer from a successful call to Persistence_open(). @return Return 0 if the function completes successfully, otherwise return ::MQTTCLIENT_PERSISTENCE_ERROR.