| Top |
This section implements support for requests, responses and notifications in the Proxy Control service.
MbimMessage * mbim_message_proxy_control_configuration_set_new (const gchar *device_path,guint32 timeout,GError **error);
Create a new request for the 'Configuration' set command in the 'Proxy Control' service.
device_path |
the 'DevicePath' field, given as a string. |
[in] |
timeout |
the 'Timeout' field, given as a guint32. |
[in] |
error |
return location for error or |
Since: 1.10
gboolean mbim_message_proxy_control_configuration_response_parse (const MbimMessage *message,GError **error);
Parses and returns parameters of the 'Configuration' response command in the 'Proxy Control' service.
Since: 1.10