Linux SDK (lite-qmi)
MBPL_SDK_R25_ENG3
|
Files | |
file | rms.h |
file | qaGobiApiRms.h |
Remote Management Service API function prototypes. | |
Data Structures | |
struct | unpack_rms_GetSMSWake_t |
struct | pack_rms_SetSMSWake_t |
Functions | |
int | pack_rms_GetSMSWake (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen) |
int | unpack_rms_GetSMSWake (uint8_t *pResp, uint16_t respLen, unpack_rms_GetSMSWake_t *pOutput) |
int | pack_rms_SetSMSWake (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_rms_SetSMSWake_t *reqArg) |
int | unpack_rms_SetSMSWake (uint8_t *pResp, uint16_t respLen, unpack_rms_SetSMSWake_t *pOutput) |
int pack_rms_GetSMSWake | ( | pack_qmi_t * | pCtx, |
uint8_t * | pReqBuf, | ||
uint16_t * | pLen | ||
) |
Get SMS Wake pack
[in,out] | pCtx | qmi request context |
[out] | pReqBuf | qmi request buffer |
[out] | pLen | qmi request length |
int pack_rms_SetSMSWake | ( | pack_qmi_t * | pCtx, |
uint8_t * | pReqBuf, | ||
uint16_t * | pLen, | ||
pack_rms_SetSMSWake_t * | reqArg | ||
) |
Set SMS Wake pack
[in,out] | pCtx | qmi request context |
[out] | pReqBuf | qmi request buffer |
[out] | pLen | qmi request length |
[in] | reqArg | request parameter |
int unpack_rms_GetSMSWake | ( | uint8_t * | pResp, |
uint16_t | respLen, | ||
unpack_rms_GetSMSWake_t * | pOutput | ||
) |
Get SMS Wake unpack
[in] | pResp | qmi response from modem |
[in] | respLen | qmi response length |
[out] | pOutput | response unpacked |
int unpack_rms_SetSMSWake | ( | uint8_t * | pResp, |
uint16_t | respLen, | ||
unpack_rms_SetSMSWake_t * | pOutput | ||
) |
Set SMS Wake unpack
[in] | pResp | qmi response from modem |
[in] | respLen | qmi response length |
[out] | pOutput | unpacked response |