Top |
Ms Voice Extensions serviceMs Voice Extensions service — Support for the Ms Voice Extensions service. |
This section implements support for requests, responses and notifications in the Ms Voice Extensions service.
MbimMessage *
mbim_message_ms_voice_extensions_nitz_query_new
(GError **error
);
Create a new request for the 'NITZ' query command in the 'MS Voice Extensions' service.
Since: 1.28
gboolean mbim_message_ms_voice_extensions_nitz_response_parse (const MbimMessage *message
,guint32 *out_year
,guint32 *out_month
,guint32 *out_day
,guint32 *out_hour
,guint32 *out_minute
,guint32 *out_second
,guint32 *out_time_zone_offset_minutes
,guint32 *out_daylight_saving_time_offset_minutes
,MbimDataClass *out_data_class
,GError **error
);
Parses and returns parameters of the 'NITZ' response command in the 'MS Voice Extensions' service.
message |
the MbimMessage. |
|
out_year |
return location for a guint32, or |
[out][optional][transfer none] |
out_month |
return location for a guint32, or |
[out][optional][transfer none] |
out_day |
return location for a guint32, or |
[out][optional][transfer none] |
out_hour |
return location for a guint32, or |
[out][optional][transfer none] |
out_minute |
return location for a guint32, or |
[out][optional][transfer none] |
out_second |
return location for a guint32, or |
[out][optional][transfer none] |
out_time_zone_offset_minutes |
return location for a guint32, or |
[out][optional][transfer none] |
out_daylight_saving_time_offset_minutes |
return location for a guint32, or |
[out][optional][transfer none] |
out_data_class |
return location for a MbimDataClass, or |
[out][optional][transfer none] |
error |
return location for error or |
Since: 1.28
gboolean mbim_message_ms_voice_extensions_nitz_notification_parse (const MbimMessage *message
,guint32 *out_year
,guint32 *out_month
,guint32 *out_day
,guint32 *out_hour
,guint32 *out_minute
,guint32 *out_second
,guint32 *out_time_zone_offset_minutes
,guint32 *out_daylight_saving_time_offset_minutes
,MbimDataClass *out_data_class
,GError **error
);
Parses and returns parameters of the 'NITZ' notification command in the 'MS Voice Extensions' service.
message |
the MbimMessage. |
|
out_year |
return location for a guint32, or |
[out][optional][transfer none] |
out_month |
return location for a guint32, or |
[out][optional][transfer none] |
out_day |
return location for a guint32, or |
[out][optional][transfer none] |
out_hour |
return location for a guint32, or |
[out][optional][transfer none] |
out_minute |
return location for a guint32, or |
[out][optional][transfer none] |
out_second |
return location for a guint32, or |
[out][optional][transfer none] |
out_time_zone_offset_minutes |
return location for a guint32, or |
[out][optional][transfer none] |
out_daylight_saving_time_offset_minutes |
return location for a guint32, or |
[out][optional][transfer none] |
out_data_class |
return location for a MbimDataClass, or |
[out][optional][transfer none] |
error |
return location for error or |
Since: 1.28