API break replacements

API break replacements

Functions

Types and Values

#define QMI_NAS_SIM_REJECT_STATE_SIM_VAILABLE
#define QMI_WDS_CDMA_CAUSE_CODE_NETWORK_ADDRESS_VACANT
#define QMI_WDS_CDMA_CAUSE_CODE_NETWORK_ADDRESS_TRANSLATION_FAILURE
#define QMI_WDS_CDMA_CAUSE_CODE_NETWORK_RESOURCE_SHORTAGE
#define QMI_WDS_CDMA_CAUSE_CODE_NETWORK_FAILURE
#define QMI_WDS_CDMA_CAUSE_CODE_NETWORK_INVALID_TELESERVICE_ID
#define QMI_WDS_CDMA_CAUSE_CODE_NETWORK_OTHER
#define QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_NO_PAGE_RESPONSE
#define QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_BUSY
#define QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_NO_ACK
#define QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_RESOURCE_SHORTAGE
#define QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_SMS_DELIVERY_POSTPONED
#define QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_OUT_OF_SERVICE
#define QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_NOT_AT_ADDRESS
#define QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_OTHER
#define QMI_WDS_CDMA_CAUSE_CODE_RADIO_INTERFACE_RESOURCE_SHORTAGE
#define QMI_WDS_CDMA_CAUSE_CODE_RADIO_INTERFACE_INCOMPATIBILITY
#define QMI_WDS_CDMA_CAUSE_CODE_RADIO_INTERFACE_OTHER
#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_ENCODING
#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_SMS_ORIGIN_DENIED
#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_SMS_DESTINATION_DENIED
#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_SUPPLEMENTARY_SERVICE_NOT_SUPPORTED
#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_SMS_NOT_SUPPORTED
#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_MISSING_EXPECTED_PARAMETER
#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_MISSING_MANDATORY_PARAMETER
#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_UNRECOGNIZED_PARAMETER_VALUE
#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_UNEXPECTED_PARAMETER_VALUE
#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_USER_DATA_SIZE_ERROR
#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_OTHER

Description

These compatibility types and methods are flagged as deprecated and therefore shouldn't be used in newly written code. They are provided to avoid innecessary API/ABI breaks.

Functions

qmi_message_dms_set_service_programming_code_input_get_new ()

gboolean
qmi_message_dms_set_service_programming_code_input_get_new
                               (QmiMessageDmsSetServiceProgrammingCodeInput *self,
                                const gchar **arg_new,
                                GError **error);

qmi_message_dms_set_service_programming_code_input_get_new has been deprecated since version 1.14.0 and should not be used in newly-written code.

Use qmi_message_dms_set_service_programming_code_input_get_new_code() instead.

Get the 'New Code' field from self .

Parameters

self

a QmiMessageDmsSetServiceProgrammingCodeInput.

 

arg_new

a placeholder for the output constant string, or NULL if not required.

 

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.

Since: 1.0


qmi_message_dms_set_service_programming_code_input_set_new ()

gboolean
qmi_message_dms_set_service_programming_code_input_set_new
                               (QmiMessageDmsSetServiceProgrammingCodeInput *self,
                                const gchar *arg_new,
                                GError **error);

qmi_message_dms_set_service_programming_code_input_set_new has been deprecated since version 1.14.0 and should not be used in newly-written code.

Use qmi_message_dms_set_service_programming_code_input_set_new_code() instead.

Set the 'New Code' field in the message.

Parameters

self

a QmiMessageDmsSetServiceProgrammingCodeInput.

 

arg_new

a constant string of exactly 6 characters.

 

error

Return location for error or NULL.

 

Returns

TRUE if value was successfully set, FALSE otherwise.

Since: 1.0


qmi_message_dms_set_service_programming_code_input_get_current ()

gboolean
qmi_message_dms_set_service_programming_code_input_get_current
                               (QmiMessageDmsSetServiceProgrammingCodeInput *self,
                                const gchar **arg_current,
                                GError **error);

qmi_message_dms_set_service_programming_code_input_get_current has been deprecated since version 1.14.0 and should not be used in newly-written code.

Use qmi_message_dms_set_service_programming_code_input_get_current_code() instead.

Get the 'Current Code' field from self .

Parameters

self

a QmiMessageDmsSetServiceProgrammingCodeInput.

 

arg_current

a placeholder for the output constant string, or NULL if not required.

 

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.

Since: 1.0


qmi_message_dms_set_service_programming_code_input_set_current ()

gboolean
qmi_message_dms_set_service_programming_code_input_set_current
                               (QmiMessageDmsSetServiceProgrammingCodeInput *self,
                                const gchar *arg_current,
                                GError **error);

qmi_message_dms_set_service_programming_code_input_set_current has been deprecated since version 1.14.0 and should not be used in newly-written code.

Use qmi_message_dms_set_service_programming_code_input_set_current_code() instead.

Get the 'Current Code' field from self .

Parameters

self

a QmiMessageDmsSetServiceProgrammingCodeInput.

 

arg_current

a placeholder for the output constant string, or NULL if not required.

 

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.

Since: 1.0

Types and Values

QMI_NAS_SIM_REJECT_STATE_SIM_VAILABLE

#define QMI_NAS_SIM_REJECT_STATE_SIM_VAILABLE (QmiDeprecatedNasSimRejectState) QMI_NAS_SIM_REJECT_STATE_SIM_AVAILABLE

QMI_NAS_SIM_REJECT_STATE_SIM_VAILABLE has been deprecated since version 1.14.0 and should not be used in newly-written code.

Use the correct QMI_NAS_SIM_REJECT_STATE_SIM_AVAILABLE name instead.

SIM available.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_NETWORK_ADDRESS_VACANT

#define QMI_WDS_CDMA_CAUSE_CODE_NETWORK_ADDRESS_VACANT (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_NETWORK_ADDRESS_VACANT

QMI_WDS_CDMA_CAUSE_CODE_NETWORK_ADDRESS_VACANT has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_NETWORK_ADDRESS_VACANT name instead.

Address is valid but not yet allocated.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_NETWORK_ADDRESS_TRANSLATION_FAILURE

#define QMI_WDS_CDMA_CAUSE_CODE_NETWORK_ADDRESS_TRANSLATION_FAILURE (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_NETWORK_ADDRESS_TRANSLATION_FAILURE

QMI_WDS_CDMA_CAUSE_CODE_NETWORK_ADDRESS_TRANSLATION_FAILURE has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_NETWORK_ADDRESS_TRANSLATION_FAILURE name instead.

Address is invalid.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_NETWORK_RESOURCE_SHORTAGE

#define QMI_WDS_CDMA_CAUSE_CODE_NETWORK_RESOURCE_SHORTAGE (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_NETWORK_RESOURCE_SHORTAGE

QMI_WDS_CDMA_CAUSE_CODE_NETWORK_RESOURCE_SHORTAGE has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_NETWORK_RESOURCE_SHORTAGE name instead.

Network resource shortage.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_NETWORK_FAILURE

#define QMI_WDS_CDMA_CAUSE_CODE_NETWORK_FAILURE (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_NETWORK_FAILURE

QMI_WDS_CDMA_CAUSE_CODE_NETWORK_FAILURE has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_NETWORK_FAILURE name instead.

Network failed.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_NETWORK_INVALID_TELESERVICE_ID

#define QMI_WDS_CDMA_CAUSE_CODE_NETWORK_INVALID_TELESERVICE_ID (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_NETWORK_INVALID_TELESERVICE_ID

QMI_WDS_CDMA_CAUSE_CODE_NETWORK_INVALID_TELESERVICE_ID has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_NETWORK_INVALID_TELESERVICE_ID name instead.

SMS teleservice ID is invalid.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_NETWORK_OTHER

#define QMI_WDS_CDMA_CAUSE_CODE_NETWORK_OTHER (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_NETWORK_OTHER

QMI_WDS_CDMA_CAUSE_CODE_NETWORK_OTHER has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_NETWORK_OTHER name instead.

Other network error.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_NO_PAGE_RESPONSE

#define QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_NO_PAGE_RESPONSE (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_DESTINATION_NO_PAGE_RESPONSE

QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_NO_PAGE_RESPONSE has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_DESTINATION_NO_PAGE_RESPONSE name instead.

No page response from destination.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_BUSY

#define QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_BUSY (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_DESTINATION_BUSY

QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_BUSY has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_DESTINATION_BUSY name instead.

Destination is busy.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_NO_ACK

#define QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_NO_ACK (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_DESTINATION_NO_ACK

QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_NO_ACK has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_DESTINATION_NO_ACK name instead.

No acknowledge from destination.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_RESOURCE_SHORTAGE

#define QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_RESOURCE_SHORTAGE (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_DESTINATION_RESOURCE_SHORTAGE

QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_RESOURCE_SHORTAGE has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_DESTINATION_RESOURCE_SHORTAGE name instead.

Destination resource shortage.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_SMS_DELIVERY_POSTPONED

#define QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_SMS_DELIVERY_POSTPONED (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_DESTINATION_SMS_DELIVERY_POSTPONED

QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_SMS_DELIVERY_POSTPONED has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_DESTINATION_SMS_DELIVERY_POSTPONED name instead.

SMS delivery postponed.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_OUT_OF_SERVICE

#define QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_OUT_OF_SERVICE (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_DESTINATION_OUT_OF_SERVICE

QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_OUT_OF_SERVICE has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_DESTINATION_OUT_OF_SERVICE name instead.

Destination out of service.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_NOT_AT_ADDRESS

#define QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_NOT_AT_ADDRESS (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_DESTINATION_NOT_AT_ADDRESS

QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_NOT_AT_ADDRESS has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_DESTINATION_NOT_AT_ADDRESS name instead.

Destination not at address.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_OTHER

#define QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_OTHER (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_DESTINATION_OTHER

QMI_WDS_CDMA_CAUSE_CODE_DESTINATION_OTHER has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_DESTINATION_OTHER name instead.

Other destination error.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_RADIO_INTERFACE_RESOURCE_SHORTAGE

#define QMI_WDS_CDMA_CAUSE_CODE_RADIO_INTERFACE_RESOURCE_SHORTAGE (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_RADIO_INTERFACE_RESOURCE_SHORTAGE

QMI_WDS_CDMA_CAUSE_CODE_RADIO_INTERFACE_RESOURCE_SHORTAGE has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_RADIO_INTERFACE_RESOURCE_SHORTAGE name instead.

Radio interface resource shortage.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_RADIO_INTERFACE_INCOMPATIBILITY

#define QMI_WDS_CDMA_CAUSE_CODE_RADIO_INTERFACE_INCOMPATIBILITY (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_RADIO_INTERFACE_INCOMPATIBILITY

QMI_WDS_CDMA_CAUSE_CODE_RADIO_INTERFACE_INCOMPATIBILITY has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_RADIO_INTERFACE_INCOMPATIBILITY name instead.

Radio interface incompatibility.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_RADIO_INTERFACE_OTHER

#define QMI_WDS_CDMA_CAUSE_CODE_RADIO_INTERFACE_OTHER (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_RADIO_INTERFACE_OTHER

QMI_WDS_CDMA_CAUSE_CODE_RADIO_INTERFACE_OTHER has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_RADIO_INTERFACE_OTHER name instead.

Other radio interface error

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_GENERAL_ENCODING

#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_ENCODING (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_GENERAL_ENCODING

QMI_WDS_CDMA_CAUSE_CODE_GENERAL_ENCODING has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_GENERAL_ENCODING name instead.

Encoding error.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_GENERAL_SMS_ORIGIN_DENIED

#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_SMS_ORIGIN_DENIED (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_GENERAL_SMS_ORIGIN_DENIED

QMI_WDS_CDMA_CAUSE_CODE_GENERAL_SMS_ORIGIN_DENIED has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_GENERAL_SMS_ORIGIN_DENIED name instead.

SMS origin denied.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_GENERAL_SMS_DESTINATION_DENIED

#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_SMS_DESTINATION_DENIED (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_GENERAL_SMS_DESTINATION_DENIED

QMI_WDS_CDMA_CAUSE_CODE_GENERAL_SMS_DESTINATION_DENIED has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_GENERAL_SMS_DESTINATION_DENIED name instead.

SMS destination denied.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_GENERAL_SUPPLEMENTARY_SERVICE_NOT_SUPPORTED

#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_SUPPLEMENTARY_SERVICE_NOT_SUPPORTED (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_GENERAL_SUPPLEMENTARY_SERVICE_NOT_SUPPORTED

QMI_WDS_CDMA_CAUSE_CODE_GENERAL_SUPPLEMENTARY_SERVICE_NOT_SUPPORTED has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_GENERAL_SUPPLEMENTARY_SERVICE_NOT_SUPPORTED name instead.

Supplementary service not supported.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_GENERAL_SMS_NOT_SUPPORTED

#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_SMS_NOT_SUPPORTED (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_GENERAL_SMS_NOT_SUPPORTED

QMI_WDS_CDMA_CAUSE_CODE_GENERAL_SMS_NOT_SUPPORTED has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_GENERAL_SMS_NOT_SUPPORTED name instead.

SMS not supported.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_GENERAL_MISSING_EXPECTED_PARAMETER

#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_MISSING_EXPECTED_PARAMETER (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_GENERAL_MISSING_EXPECTED_PARAMETER

QMI_WDS_CDMA_CAUSE_CODE_GENERAL_MISSING_EXPECTED_PARAMETER has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_GENERAL_MISSING_EXPECTED_PARAMETER name instead.

Missing optional expected parameter.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_GENERAL_MISSING_MANDATORY_PARAMETER

#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_MISSING_MANDATORY_PARAMETER (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_GENERAL_MISSING_MANDATORY_PARAMETER

QMI_WDS_CDMA_CAUSE_CODE_GENERAL_MISSING_MANDATORY_PARAMETER has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_GENERAL_MISSING_MANDATORY_PARAMETER name instead.

Missing mandatory parameter.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_GENERAL_UNRECOGNIZED_PARAMETER_VALUE

#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_UNRECOGNIZED_PARAMETER_VALUE (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_GENERAL_UNRECOGNIZED_PARAMETER_VALUE

QMI_WDS_CDMA_CAUSE_CODE_GENERAL_UNRECOGNIZED_PARAMETER_VALUE has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_GENERAL_UNRECOGNIZED_PARAMETER_VALUE name instead.

Unrecognized parameter value.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_GENERAL_UNEXPECTED_PARAMETER_VALUE

#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_UNEXPECTED_PARAMETER_VALUE (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_GENERAL_UNEXPECTED_PARAMETER_VALUE

QMI_WDS_CDMA_CAUSE_CODE_GENERAL_UNEXPECTED_PARAMETER_VALUE has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_GENERAL_UNEXPECTED_PARAMETER_VALUE name instead.

Unexpected parameter value.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_GENERAL_USER_DATA_SIZE_ERROR

#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_USER_DATA_SIZE_ERROR (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_GENERAL_USER_DATA_SIZE_ERROR

QMI_WDS_CDMA_CAUSE_CODE_GENERAL_USER_DATA_SIZE_ERROR has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_GENERAL_USER_DATA_SIZE_ERROR name instead.

User data size error.

Since: 1.0


QMI_WDS_CDMA_CAUSE_CODE_GENERAL_OTHER

#define QMI_WDS_CDMA_CAUSE_CODE_GENERAL_OTHER (QmiDeprecatedWdsCdmaCauseCode) QMI_WMS_CDMA_CAUSE_CODE_GENERAL_OTHER

QMI_WDS_CDMA_CAUSE_CODE_GENERAL_OTHER has been deprecated since version 1.18.0 and should not be used in newly-written code.

Use the correct QMI_WMS_CDMA_CAUSE_CODE_GENERAL_OTHER name instead.

Other general error.

Since: 1.0