Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
Remote Management Servive (RMS)

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)
 

Detailed Description

Function Documentation

◆ pack_rms_GetSMSWake()

int pack_rms_GetSMSWake ( pack_qmi_t pCtx,
uint8_t *  pReqBuf,
uint16_t *  pLen 
)

Get SMS Wake pack

Parameters
[in,out]pCtxqmi request context
[out]pReqBufqmi request buffer
[out]pLenqmi request length
Returns
eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
See also
See qmerrno.h for eQCWWAN_xxx error values

◆ pack_rms_SetSMSWake()

int pack_rms_SetSMSWake ( pack_qmi_t pCtx,
uint8_t *  pReqBuf,
uint16_t *  pLen,
pack_rms_SetSMSWake_t reqArg 
)

Set SMS Wake pack

Parameters
[in,out]pCtxqmi request context
[out]pReqBufqmi request buffer
[out]pLenqmi request length
[in]reqArgrequest parameter
Returns
eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
See also
See qmerrno.h for eQCWWAN_xxx error values

◆ unpack_rms_GetSMSWake()

int unpack_rms_GetSMSWake ( uint8_t *  pResp,
uint16_t  respLen,
unpack_rms_GetSMSWake_t pOutput 
)

Get SMS Wake unpack

Parameters
[in]pRespqmi response from modem
[in]respLenqmi response length
[out]pOutputresponse unpacked
Returns
eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
See also
See qmerrno.h for eQCWWAN_xxx error values

◆ unpack_rms_SetSMSWake()

int unpack_rms_SetSMSWake ( uint8_t *  pResp,
uint16_t  respLen,
unpack_rms_SetSMSWake_t pOutput 
)

Set SMS Wake unpack

Parameters
[in]pRespqmi response from modem
[in]respLenqmi response length
[out]pOutputunpacked response
Returns
eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
See also
See qmerrno.h for eQCWWAN_xxx error values