Top |
void
mbim_atds_provider_array_free (MbimAtdsProvider **array
);
Frees the memory allocated for the array of MbimAtdsProviders.
MbimMessage *
mbim_message_atds_signal_query_new (GError **error
);
Create a new request for the 'Signal' query command in the 'ATDS' service.
gboolean mbim_message_atds_signal_response_parse (const MbimMessage *message
,guint32 *rssi
,guint32 *error_rate
,guint32 *rscp
,guint32 *ecno
,guint32 *rsrq
,guint32 *rsrp
,guint32 *rssnr
,GError **error
);
Parses and returns parameters of the 'Signal' response command in the 'ATDS' service.
message |
the MbimMessage. |
|
rssi |
return location for a guint32, or |
|
error_rate |
return location for a guint32, or |
|
rscp |
return location for a guint32, or |
|
ecno |
return location for a guint32, or |
|
rsrq |
return location for a guint32, or |
|
rsrp |
return location for a guint32, or |
|
rssnr |
return location for a guint32, or |
|
error |
return location for error or |
MbimMessage *
mbim_message_atds_location_query_new (GError **error
);
Create a new request for the 'Location' query command in the 'ATDS' service.
gboolean mbim_message_atds_location_response_parse (const MbimMessage *message
,guint32 *lac
,guint32 *tac
,guint32 *cell_id
,GError **error
);
Parses and returns parameters of the 'Location' response command in the 'ATDS' service.
message |
the MbimMessage. |
|
lac |
return location for a guint32, or |
|
tac |
return location for a guint32, or |
|
cell_id |
return location for a guint32, or |
|
error |
return location for error or |
MbimMessage *
mbim_message_atds_operators_query_new (GError **error
);
Create a new request for the 'Operators' query command in the 'ATDS' service.
gboolean mbim_message_atds_operators_response_parse (const MbimMessage *message
,guint32 *providers_count
,MbimAtdsProvider ***providers
,GError **error
);
Parses and returns parameters of the 'Operators' response command in the 'ATDS' service.
message |
the MbimMessage. |
|
providers_count |
return location for a guint32, or |
|
providers |
return location for a newly allocated array of MbimAtdsProviders, or |
|
error |
return location for error or |
MbimMessage *
mbim_message_atds_rat_query_new (GError **error
);
Create a new request for the 'RAT' query command in the 'ATDS' service.
MbimMessage * mbim_message_atds_rat_set_new (MbimAtdsRatMode mode
,GError **error
);
Create a new request for the 'RAT' set command in the 'ATDS' service.
mode |
the 'Mode' field, given as a MbimAtdsRatMode. |
|
error |
return location for error or |
gboolean mbim_message_atds_rat_response_parse (const MbimMessage *message
,MbimAtdsRatMode *mode
,GError **error
);
Parses and returns parameters of the 'RAT' response command in the 'ATDS' service.
message |
the MbimMessage. |
|
mode |
return location for a MbimAtdsRatMode, or |
|
error |
return location for error or |
MbimMessage *
mbim_message_atds_register_state_query_new
(GError **error
);
Create a new request for the 'Register State' query command in the 'ATDS' service.
gboolean mbim_message_atds_register_state_response_parse (const MbimMessage *message
,MbimNwError *nw_error
,MbimRegisterState *register_state
,MbimRegisterMode *register_mode
,MbimDataClass *available_data_classes
,MbimCellularClass *current_cellular_class
,gchar **provider_id
,gchar **provider_name
,gchar **roaming_text
,MbimRegistrationFlag *registration_flag
,GError **error
);
Parses and returns parameters of the 'Register State' response command in the 'ATDS' service.
message |
the MbimMessage. |
|
nw_error |
return location for a MbimNwError, or |
|
register_state |
return location for a MbimRegisterState, or |
|
register_mode |
return location for a MbimRegisterMode, or |
|
available_data_classes |
return location for a MbimDataClass, or |
|
current_cellular_class |
return location for a MbimCellularClass, or |
|
provider_id |
return location for a newly allocated string, or |
|
provider_name |
return location for a newly allocated string, or |
|
roaming_text |
return location for a newly allocated string, or |
|
registration_flag |
return location for a MbimRegistrationFlag, or |
|
error |
return location for error or |