Top |
This section implements support for requests, responses and notifications in the Dss service.
MbimMessage * mbim_message_dss_connect_set_new (const MbimUuid *device_service_id
,guint32 dss_session_id
,MbimDssLinkState dss_link_state
,GError **error
);
Create a new request for the 'Connect' set command in the 'DSS' service.
device_service_id |
the 'DeviceServiceId' field, given as a MbimUuid. |
[in] |
dss_session_id |
the 'DssSessionId' field, given as a guint32. |
[in] |
dss_link_state |
the 'DssLinkState' field, given as a MbimDssLinkState. |
[in] |
error |
return location for error or |
Since: 1.4
gboolean mbim_message_dss_connect_response_parse (const MbimMessage *message
,GError **error
);
Parses and returns parameters of the 'Connect' response command in the 'DSS' service.
Since: 1.4