Go to the source code of this file.
| int pack_swiloc_SwiLocGetAutoStart |
( |
pack_qmi_t * |
pCtx, |
|
|
uint8_t * |
pReqBuf, |
|
|
uint16_t * |
pLen |
|
) |
| |
Get Auto Start pack
- Parameters
-
| [in] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Set Auto Start pack
- Parameters
-
| [in] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Get Auto Start unpack
- Parameters
-
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOuput | response unpacked |
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
| int unpack_swiloc_SwiLocSetAutoStart |
( |
uint8_t * |
pResp, |
|
|
uint16_t |
respLen |
|
) |
| |
Set Auto Start unpack
- Parameters
-
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values