Go to the source code of this file.
|
int | pack_swioma_SLQSOMADMStartSessionExt (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_swioma_SLQSOMADMStartSessionExt_t reqParam) |
|
int | unpack_swioma_SLQSOMADMStartSessionExt (uint8_t *pResp, uint16_t respLen, unpack_swioma_SLQSOMADMStartSessionExt_t *pOutput) |
|
int | pack_swioma_SLQSOMADMCancelSessionExt (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_swioma_SLQSOMADMCancelSessionExt_t reqParam) |
|
int | unpack_swioma_SLQSOMADMCancelSessionExt (uint8_t *pResp, uint16_t respLen, unpack_swioma_SLQSOMADMCancelSessionExt_t *pOutput) |
|
int | pack_swioma_SLQSOMADMSetSettingsExt (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_swioma_SLQSOMADMSetSettingsExt_t reqParam) |
|
int | unpack_swioma_SLQSOMADMSetSettingsExt (uint8_t *pResp, uint16_t respLen, unpack_swioma_SLQSOMADMSetSettingsExt_t *pOutput) |
|
int | pack_swioma_SLQSOMADMSendSelectionExt (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_swioma_SLQSOMADMSendSelectionExt_t reqParam) |
|
int | unpack_swioma_SLQSOMADMSendSelectionExt (uint8_t *pResp, uint16_t respLen, unpack_swioma_SLQSOMADMSendSelectionExt_t *pOutput) |
|
int | pack_swioma_SLQSOMADMGetSessionInfoExt (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen) |
|
int | unpack_swioma_SLQSOMADMGetSessionInfoExt (uint8_t *pResp, uint16_t respLen, unpack_swioma_SLQSOMADMGetSessionInfoExt_t *pOutput) |
|
#define LITE_SWIOMAEXT_MAX_UCS2_DATA_LEN 512 |
#define LITEQMI_MAX_SWIOMA_STR_LEN 255 |
Function to pack cancel OMA-DM session command This maps to SLQSOMADMCancelSessionExt
- Parameters
-
pCtx | [OUT]
|
pReqBuf | [IN/OUT]
- Buffer for packed QMI command to be provided by the host application
- Minimum expected size is 2048 bytes
|
pLen | [IN/OUT]
- On input, size of pReqBuf
- On ouptut, number of bytes actually packed
|
reqParam | [IN]
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
- Note
- Timeout: 20 seconds
int pack_swioma_SLQSOMADMGetSessionInfoExt |
( |
pack_qmi_t * |
pCtx, |
|
|
uint8_t * |
pReqBuf, |
|
|
uint16_t * |
pLen |
|
) |
| |
Function to pack OMA-DM session info command This maps to SLQSOMADMGetSessionInfoExt
- Parameters
-
pCtx | [OUT]
|
pReqBuf | [IN/OUT]
- Buffer for packed QMI command to be provided by the host application
- Minimum expected size is 2048 bytes
|
pLen | [IN/OUT]
- On input, size of pReqBuf
- On ouptut, number of bytes actually packed
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
- Note
- Timeout: 20 seconds
Function to pack OMA-DM send selection command This maps to SLQSOMADMSendSelectionExt
- Parameters
-
pCtx | [OUT]
|
pReqBuf | [IN/OUT]
- Buffer for packed QMI command to be provided by the host application
- Minimum expected size is 2048 bytes
|
pLen | [IN/OUT]
- On input, size of pReqBuf
- On ouptut, number of bytes actually packed
|
reqParam | [IN]
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
- Note
- Timeout: 20 seconds
Function to pack OMA-DM set settings command This maps to SLQSOMADMSetSettingsExt
- Parameters
-
pCtx | [OUT]
|
pReqBuf | [IN/OUT]
- Buffer for packed QMI command to be provided by the host application
- Minimum expected size is 2048 bytes
|
pLen | [IN/OUT]
- On input, size of pReqBuf
- On ouptut, number of bytes actually packed
|
reqParam | [IN]
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
- Note
- Timeout: 20 seconds
Function to pack Start OMA-DM session command This maps to SLQSOMADMStartSessionExt
- Parameters
-
pCtx | [OUT]
|
pReqBuf | [IN/OUT]
- Buffer for packed QMI command to be provided by the host application
- Minimum expected size is 2048 bytes
|
pLen | [IN/OUT]
- On input, size of pReqBuf
- On ouptut, number of bytes actually packed
|
reqParam | [IN]
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
- Note
- Timeout: 20 seconds
Function to pack cancel OMA-DM session command This maps to SLQSOMADMCancelSessionExt
- Parameters
-
pResp | [IN]
|
respLen | [IN]
- Length of pResp from modem
|
pOutput | [OUT]
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Function to unpack information related to the current (or previous if no session is active) OMA-DM session. This maps to SLQSOMADMGetSessionInfoExt
- Parameters
-
pResp | [in]
|
respLen | [in]
- Length of pResp from modem
|
pOutput | [out]
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Function to unpack OMA-DM send selection command This maps to SLQSOMADMSendSelectionExt
- Parameters
-
pResp | [IN]
|
respLen | [IN]
- Length of pResp from modem
|
pOutput | [OUT]
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Function to unpack OMA-DM set settings command This maps to SLQSOMADMSetSettingsExt
- Parameters
-
pResp | [IN]
|
respLen | [IN]
- Length of pResp from modem
|
pOutput | [OUT]
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Function to unpack Start OMA-DM session response from modem This maps to SLQSOMADMStartSessionExt
- Parameters
-
pResp | [IN]
|
respLen | [IN]
- Length of pResp from modem
|
pOutput | [OUT]
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values