|
libpack
SLQS03.03.10
|
IMS Service API function prototypes. More...
Go to the source code of this file.
Data Structures | |
| struct | SetSIPConfigReq |
| struct | SetSIPConfigResp |
| struct | SetRegMgrConfigReq |
| struct | SetRegMgrConfigResp |
| struct | SetIMSSMSConfigReq |
| struct | SetIMSSMSConfigResp |
| struct | SetIMSUserConfigReq |
| struct | SetIMSUserConfigResp |
| struct | SetIMSVoIPConfigReq |
| struct | SetIMSVoIPConfigResp |
| struct | GetSIPConfigResp |
| struct | GetRegMgrConfigParams |
| struct | GetIMSSMSConfigParams |
| struct | GetIMSUserConfigParams |
| struct | GetIMSVoIPConfigResp |
| struct | imsCfgIndRegisterInfo |
IMS Service API function prototypes.
| ULONG SLQSGetIMSSMSConfig | ( | GetIMSSMSConfigParams * | pGetIMSSMSConfigParams | ) |
This API retrieves the SMS configuration parameters.
| pGetIMSSMSConfigParams[IN/OUT] |
|
| ULONG SLQSGetIMSUserConfig | ( | GetIMSUserConfigParams * | pGetIMSUserConfigParams | ) |
This API retrieves the IMS User configuration parameters.
| pGetIMSUserConfigParams[IN/OUT] |
|
| ULONG SLQSGetIMSVoIPConfig | ( | GetIMSVoIPConfigResp * | pGetIMSVoIPConfigResp | ) |
This API retrieves the IMS VoIP configuration parameters.
| GetIMSVoIPConfigResp[OUT] |
|
| ULONG SLQSGetRegMgrConfig | ( | GetRegMgrConfigParams * | pGetRegMgrConfigParams | ) |
This API retrieves the registration manager configuration parameters.
| pGetRegMgrConfigParams[IN/OUT] |
|
| ULONG SLQSGetSIPConfig | ( | GetSIPConfigResp * | pGetSIPConfigResp | ) |
This API retrieves the Session Initiation Protocol(SIP) configuration parameters.
| pGetSIPConfigResp[OUT] |
|
| ULONG SLQSImsConfigIndicationRegister | ( | imsCfgIndRegisterInfo * | pImsCfgIndRegisterInfo | ) |
Sets the registration state for different QMI_IMS indications for the requesting control point
| pImsCfgIndRegisterInfo[IN] |
|
This API is used by a device to register/deregister for different QMI IMS indications. The device's registration state variables that control registration for indications will be modified to reflect the settings indicated in the request message. At least one optional parameter must be present in the request.
| ULONG SLQSSetIMSSMSConfig | ( | SetIMSSMSConfigReq * | pSetIMSSMSConfigReq, |
| SetIMSSMSConfigResp * | pSetIMSSMSConfigResp | ||
| ) |
This API sets the IMS SMS configuration parameters for the requesting control point.
| pSetIMSSMSConfigReq[IN] |
|
| pSetIMSSMSConfigResp[OUT] |
|
| ULONG SLQSSetIMSUserConfig | ( | SetIMSUserConfigReq * | pSetIMSUserConfigReq, |
| SetIMSUserConfigResp * | pSetIMSUserConfigResp | ||
| ) |
This API sets the IMS user configuration parameters for the requesting control point.
| pSetIMSUserConfigReq[IN] |
|
| pSetIMSUserConfigResp[OUT] |
|
| ULONG SLQSSetIMSVoIPConfig | ( | SetIMSVoIPConfigReq * | pSetIMSVoIPConfigReq, |
| SetIMSVoIPConfigResp * | pSetIMSVoIPConfigResp | ||
| ) |
This API sets the IMS Voice over Internet Protocol (VoIP) configuration parameters for the requesting control point.
| pSetIMSVoIPConfigReq[IN] |
|
| pSetIMSVoIPConfigResp[OUT] |
|
| ULONG SLQSSetRegMgrConfig | ( | SetRegMgrConfigReq * | pSetRegMgrConfigReq, |
| SetRegMgrConfigResp * | pSetRegMgrConfigResp | ||
| ) |
This API sets the IMS registration manager configuration parameters for the requesting control point.
| pSetRegMgrConfigReq[IN] |
|
| pSetRegMgrConfigResp[OUT] |
|
| ULONG SLQSSetSIPConfig | ( | SetSIPConfigReq * | pSetSIPConfigReq, |
| SetSIPConfigResp * | pSetSIPConfigResp | ||
| ) |
This API sets the IMS Session Initiation Protocol(SIP) configuration parameters for the requesting control point.
| pSetSIPConfigReq[IN] |
|
| pSetSIPConfigResp[OUT] |
|