libmbim-glib Reference Manual | ||||
---|---|---|---|---|
Top | Description |
MbimMessage * mbim_message_dss_connect_set_new (const MbimUuid *device_service_id
,guint32 dss_session_id
,MbimDssLinkState dss_link_state
,GError **error
); gboolean mbim_message_dss_connect_response_parse (const MbimMessage *message
,GError **error
);
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.
|
the 'DeviceServiceId' field, given as a MbimUuid. |
|
the 'DssSessionId' field, given as a guint32. |
|
the 'DssLinkState' field, given as a MbimDssLinkState. |
|
return location for error or NULL . |
Returns : |
a newly allocated MbimMessage, which should be freed with mbim_message_unref() . |
gboolean mbim_message_dss_connect_response_parse (const MbimMessage *message
,GError **error
);
Create a new request for the 'Connect' response command in the 'DSS' service.
|
the MbimMessage. |
|
return location for error or NULL . |
Returns : |
TRUE if the message was correctly parsed, FALSE if error is set. |