|
libpack
SLQS03.03.10
|
IMSA Service API function prototypes. More...
Go to the source code of this file.
Data Structures | |
| struct | IMSAIndRegisterInfo |
| struct | SupportedMsgList |
| struct | IMSASupportedMsgInfo |
| struct | ReqFieldsList |
| struct | RespFieldsList |
| struct | IndFieldsList |
| struct | IMSASupportedFieldsResp |
| struct | IMSARegistrationStatus |
| struct | IMSAServiceStatus |
Functions | |
| ULONG | SLQSRegisterIMSAIndication (IMSAIndRegisterInfo *pImsaIndRegisterInfo) |
| ULONG | SLQSGetIMSASupportedMsg (IMSASupportedMsgInfo *pIMSASupportedMsgInfo) |
| ULONG | SLQSGetIMSASupportedFields (WORD messageID, IMSASupportedFieldsResp *pIMSASupportedFieldsResp) |
| ULONG | SLQSGetIMSARegStatus (IMSARegistrationStatus *pIMSARegistrationStatus) |
| ULONG | SLQSGetIMSAServiceStatus (IMSAServiceStatus *pIMSAServiceStatus) |
IMSA Service API function prototypes.
| ULONG SLQSGetIMSARegStatus | ( | IMSARegistrationStatus * | pIMSARegistrationStatus | ) |
Queries the set of messages implemented by the currently running software.
| pIMSARegistrationStatus[OUT] |
|
This API is used by a device to get the registration status for
various IMS services for the requesting control point. | ULONG SLQSGetIMSAServiceStatus | ( | IMSAServiceStatus * | pIMSAServiceStatus | ) |
Gets the service status for various IMS services for the requesting control point.
| pIMSAServiceStatus[OUT] |
|
This API is used by a device to Gets the service status for various
IMS services for the requesting control point. | ULONG SLQSGetIMSASupportedFields | ( | WORD | messageID, |
| IMSASupportedFieldsResp * | pIMSASupportedFieldsResp | ||
| ) |
Queries the set of supported fields implemented by the currently running software.
| messageID[IN] |
|
| pIMSASupportedFieldsResp[OUT] |
|
This API is used by a device to query the fields supported for a
single command as implemented by the currently running software. | ULONG SLQSGetIMSASupportedMsg | ( | IMSASupportedMsgInfo * | pIMSASupportedMsgInfo | ) |
Queries the set of messages implemented by the currently running software.
| pIMSASupportedMsgInfo[OUT] |
|
This API is used by a device to query the set of messages implemented by
the currently running software | ULONG SLQSRegisterIMSAIndication | ( | IMSAIndRegisterInfo * | pImsaIndRegisterInfo | ) |
Sets the registration state for different QMI_IMSA indications for the requesting control point
| pImsaIndRegisterInfo[IN] |
|
This API is used by a device to register/deregister for different
QMI IMSA 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.