| Top |  |  |  |  | 
| Intel Mutual Authentication serviceIntel Mutual Authentication service — Support for the Intel Mutual Authentication service. | 
This section implements support for requests, responses and notifications in the Intel Mutual Authentication service.
MbimMessage *
mbim_message_intel_mutual_authentication_fcc_lock_query_new
                               (GError **error);
Create a new request for the 'FCC Lock' query command in the 'Intel Mutual Authentication' service.
Since: 1.30
MbimMessage * mbim_message_intel_mutual_authentication_fcc_lock_set_new (gboolean response_present,guint32 response,GError **error);
Create a new request for the 'FCC Lock' set command in the 'Intel Mutual Authentication' service.
| response_present | the 'ResponsePresent' field, given as a gboolean. | [in] | 
| response | the 'Response' field, given as a guint32. | [in] | 
| error | return location for error or  | 
Since: 1.30
gboolean mbim_message_intel_mutual_authentication_fcc_lock_response_parse (const MbimMessage *message,gboolean *out_challenge_present,guint32 *out_challenge,GError **error);
Parses and returns parameters of the 'FCC Lock' response command in the 'Intel Mutual Authentication' service.
| message | the MbimMessage. | |
| out_challenge_present | return location for a gboolean, or  | [out][optional][transfer none] | 
| out_challenge | return location for a guint32, or  | [out][optional][transfer none] | 
| error | return location for error or  | 
Since: 1.30