| Top |  |  |  |  | 
This section implements support for requests, responses and notifications in the Intel Tools service.
MbimMessage * mbim_message_intel_tools_trace_config_query_new (MbimTraceCommand trace_cmd,GError **error);
Create a new request for the 'Trace Config' query command in the 'Intel Tools' service.
| trace_cmd | the 'TraceCmd' field, given as a MbimTraceCommand. | [in] | 
| error | return location for error or  | 
Since: 1.30
MbimMessage * mbim_message_intel_tools_trace_config_set_new (MbimTraceCommand trace_cmd,guint32 trace_value,GError **error);
Create a new request for the 'Trace Config' set command in the 'Intel Tools' service.
| trace_cmd | the 'TraceCmd' field, given as a MbimTraceCommand. | [in] | 
| trace_value | the 'TraceValue' field, given as a guint32. | [in] | 
| error | return location for error or  | 
Since: 1.30
gboolean mbim_message_intel_tools_trace_config_response_parse (const MbimMessage *message,MbimTraceCommand *out_trace_cmd,guint32 *out_result,GError **error);
Parses and returns parameters of the 'Trace Config' response command in the 'Intel Tools' service.
| message | the MbimMessage. | |
| out_trace_cmd | return location for a MbimTraceCommand, or  | [out][optional][transfer none] | 
| out_result | return location for a guint32, or  | [out][optional][transfer none] | 
| error | return location for error or  | 
Since: 1.30