Function paho_mqtt3as_sys::MQTTAsync_setTraceCallback
[−]
[src]
pub unsafe extern "C" fn MQTTAsync_setTraceCallback(
callback: MQTTAsync_traceCallback
)
This function sets the trace callback if needed. If set to NULL, no trace information will be returned. The default trace level is MQTTASYNC_TRACE_MINIMUM. @param callback a pointer to the function which will handle the trace information