Top |
GEnum ├── QmiWdsAutoconnectSetting ├── QmiWdsAutoconnectSettingRoaming ├── QmiWdsCallEndReason ├── QmiWdsCallType ├── QmiWdsConnectionStatus ├── QmiWdsDataBearerTechnology ├── QmiWdsDataSystemNetworkType ├── QmiWdsDeliveryOrder ├── QmiWdsDsProfileError ├── QmiWdsExtendedTechnologyPreference ├── QmiWdsIpFamily ├── QmiWdsNetworkType ├── QmiWdsPdpType ├── QmiWdsProfileType ├── QmiWdsSduErroneousDelivery ├── QmiWdsSduErrorRatio ├── QmiWdsSduResidualBitErrorRatio ├── QmiWdsTrafficClass ├── QmiWdsVerboseCallEndReason3gpp ├── QmiWdsVerboseCallEndReasonCm ├── QmiWdsVerboseCallEndReasonEhrpd ├── QmiWdsVerboseCallEndReasonInternal ├── QmiWdsVerboseCallEndReasonIpv6 ├── QmiWdsVerboseCallEndReasonMip ├── QmiWdsVerboseCallEndReasonPpp ╰── QmiWdsVerboseCallEndReasonType GFlags ├── QmiWdsAuthentication ├── QmiWdsGetCurrentSettingsRequestedSettings ├── QmiWdsPacketStatisticsMaskFlag ├── QmiWdsRat3gpp ├── QmiWdsRat3gpp2 ├── QmiWdsSoCdma1x ├── QmiWdsSoEvdoRevA ╰── QmiWdsTechnologyPreference
const gchar *
qmi_wds_ip_family_get_string (QmiWdsIpFamily val
);
Gets the nickname string for the QmiWdsIpFamily specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
gchar *
qmi_wds_technology_preference_build_string_from_mask
(QmiWdsTechnologyPreference mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsTechnologyPreference in mask
.
const gchar *
qmi_wds_extended_technology_preference_get_string
(QmiWdsExtendedTechnologyPreference val
);
Gets the nickname string for the QmiWdsExtendedTechnologyPreference specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_call_type_get_string (QmiWdsCallType val
);
Gets the nickname string for the QmiWdsCallType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_call_end_reason_get_string (QmiWdsCallEndReason val
);
Gets the nickname string for the QmiWdsCallEndReason specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar * qmi_wds_verbose_call_end_reason_get_string (QmiWdsVerboseCallEndReasonType type
,gint16 reason
);
const gchar *
qmi_wds_verbose_call_end_reason_type_get_string
(QmiWdsVerboseCallEndReasonType val
);
Gets the nickname string for the QmiWdsVerboseCallEndReasonType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_verbose_call_end_reason_mip_get_string
(QmiWdsVerboseCallEndReasonMip val
);
Gets the nickname string for the QmiWdsVerboseCallEndReasonMip specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_verbose_call_end_reason_internal_get_string
(QmiWdsVerboseCallEndReasonInternal val
);
Gets the nickname string for the QmiWdsVerboseCallEndReasonInternal specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_verbose_call_end_reason_cm_get_string
(QmiWdsVerboseCallEndReasonCm val
);
Gets the nickname string for the QmiWdsVerboseCallEndReasonCm specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_verbose_call_end_reason_3gpp_get_string
(QmiWdsVerboseCallEndReason3gpp val
);
Gets the nickname string for the QmiWdsVerboseCallEndReason3gpp specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_verbose_call_end_reason_ppp_get_string
(QmiWdsVerboseCallEndReasonPpp val
);
Gets the nickname string for the QmiWdsVerboseCallEndReasonPpp specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_verbose_call_end_reason_ehrpd_get_string
(QmiWdsVerboseCallEndReasonEhrpd val
);
Gets the nickname string for the QmiWdsVerboseCallEndReasonEhrpd specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_verbose_call_end_reason_ipv6_get_string
(QmiWdsVerboseCallEndReasonIpv6 val
);
Gets the nickname string for the QmiWdsVerboseCallEndReasonIpv6 specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_connection_status_get_string (QmiWdsConnectionStatus val
);
Gets the nickname string for the QmiWdsConnectionStatus specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_data_bearer_technology_get_string
(QmiWdsDataBearerTechnology val
);
Gets the nickname string for the QmiWdsDataBearerTechnology specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_network_type_get_string (QmiWdsNetworkType val
);
Gets the nickname string for the QmiWdsNetworkType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_data_system_network_type_get_string
(QmiWdsDataSystemNetworkType val
);
Gets the nickname string for the QmiWdsDataSystemNetworkType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
gchar *
qmi_wds_rat_3gpp2_build_string_from_mask
(QmiWdsRat3gpp2 mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsRat3gpp2 in mask
.
gchar *
qmi_wds_rat_3gpp_build_string_from_mask
(QmiWdsRat3gpp mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsRat3gpp in mask
.
gchar *
qmi_wds_so_cdma1x_build_string_from_mask
(QmiWdsSoCdma1x mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsSoCdma1x in mask
.
gchar *
qmi_wds_so_evdo_reva_build_string_from_mask
(QmiWdsSoEvdoRevA mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsSoEvdoRevA in mask
.
const gchar *
qmi_wds_get_current_settings_requested_settings_get_string
(QmiWdsGetCurrentSettingsRequestedSettings val
);
Gets the nickname string for the QmiWdsGetCurrentSettingsRequestedSettings specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_pdp_type_get_string (QmiWdsPdpType val
);
Gets the nickname string for the QmiWdsPdpType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_traffic_class_get_string (QmiWdsTrafficClass val
);
Gets the nickname string for the QmiWdsTrafficClass specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
gchar *
qmi_wds_authentication_build_string_from_mask
(QmiWdsAuthentication mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsAuthentication in mask
.
const gchar *
qmi_wds_profile_type_get_string (QmiWdsProfileType val
);
Gets the nickname string for the QmiWdsProfileType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_delivery_order_get_string (QmiWdsDeliveryOrder val
);
Gets the nickname string for the QmiWdsDeliveryOrder specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_sdu_error_ratio_get_string (QmiWdsSduErrorRatio val
);
Gets the nickname string for the QmiWdsSduErrorRatio specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_sdu_residual_bit_error_ratio_get_string
(QmiWdsSduResidualBitErrorRatio val
);
Gets the nickname string for the QmiWdsSduResidualBitErrorRatio specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_sdu_erroneous_delivery_get_string
(QmiWdsSduErroneousDelivery val
);
Gets the nickname string for the QmiWdsSduErroneousDelivery specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
gchar *
qmi_wds_packet_statistics_mask_flag_build_string_from_mask
(QmiWdsPacketStatisticsMaskFlag mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsPacketStatisticsMaskFlag in mask
.
const gchar *
qmi_wds_ds_profile_error_get_string (QmiWdsDsProfileError val
);
Gets the nickname string for the QmiWdsDsProfileError specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_autoconnect_setting_get_string
(QmiWdsAutoconnectSetting val
);
Gets the nickname string for the QmiWdsAutoconnectSetting specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
qmi_wds_autoconnect_setting_roaming_get_string
(QmiWdsAutoconnectSettingRoaming val
);
Gets the nickname string for the QmiWdsAutoconnectSettingRoaming specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Reason for ending the call.
Type of verbose call end reason.
Mobile IP specific call end reasons, given when the QmiWdsVerboseCallEndReasonType
is QMI_WDS_VERBOSE_CALL_END_REASON_TYPE_MIP.
Internal call end reasons, given when the QmiWdsVerboseCallEndReasonType
is QMI_WDS_VERBOSE_CALL_END_REASON_TYPE_INTERNAL.
Call manager specific call end reasons, given when the QmiWdsVerboseCallEndReasonType
is QMI_WDS_VERBOSE_CALL_END_REASON_TYPE_CM.
3GPP-specific call end reasons, given when the QmiWdsVerboseCallEndReasonType
is QMI_WDS_VERBOSE_CALL_END_REASON_TYPE_3GPP.
PPP-specific call end reasons, given when the QmiWdsVerboseCallEndReasonType
is QMI_WDS_VERBOSE_CALL_END_REASON_TYPE_PPP.
eHRPD-specific call end reasons, given when the QmiWdsVerboseCallEndReasonType
is QMI_WDS_VERBOSE_CALL_END_REASON_TYPE_EHRPD.
IPv6-specific call end reasons, given when the QmiWdsVerboseCallEndReasonType
is QMI_WDS_VERBOSE_CALL_END_REASON_TYPE_IPV6.
Status of the network connection.
Data bearer technology.
Flags specifying the 3GPP2-specific Radio Access Technology, when the data
bearer network type is QMI_WDS_NETWORK_TYPE_3GPP2
.
Flags specifying the 3GPP-specific Radio Access Technology, when the data
bearer network type is QMI_WDS_NETWORK_TYPE_3GPP
.
Flags specifying the Service Option when the bearer network type is
QMI_WDS_NETWORK_TYPE_3GPP2
and when the Radio Access Technology mask
contains QMI_WDS_RAT_3GPP2_CDMA1X
.
Flags specifying the Service Option when the bearer network type is
QMI_WDS_NETWORK_TYPE_3GPP2
and when the Radio Access Technology mask
contains QMI_WDS_RAT_3GPP2_EVDO_REVA
.
Flags specifying which specific settings to return when requesting the current WDS bearer settings.
QoS Traffic Classes.
Target value for the fraction of SDUs lost or detected as erroneous.
Target value for the undetected bit error ratio in the delivered SDUs.
Mask to use when requesting packet statistics.
Request count of correctly sent packets. |
||
Request count of correctly received packets. |
||
Request count of sent packets with error. |
||
Request count of received packets with error. |
||
Request count of transmitter overflows. |
||
Request count of receiver overflows. |
||
Request count of correctly sent bytes. |
||
Request count of correctly received bytes. |
||
Request count of dropped packets in transmission. |
||
Request count of dropped packets in reception. |
Extended DS profile errors.
Unknown DS profile error. |
||
General failure. |
||
Invalid handle. |
||
Invalid operation. |
||
Invalid profile type. |
||
Invalid profile number. |
||
Invalid profile identifier. |
||
Invalid argument. |
||
Registry not initialized. |
||
Invalid parameter length. |
||
List end, profile not found. |
||
Invalid subscription identifier. |
||
Invalid profile family. |
||
Invalid 3GPP profile family. |
||
Error accessing 3GPP profiles. |
||
3GPP profile doesn't have a valid context. |
||
3GPP profile doesn't have valid flag set. |
||
3GPP profile has read-only flag set. |
||
Out of 3GPP profiles. |
||
Invalid 3GPP2 profile identifier. |