Linux SDK (lite-qmi)
MBPL_SDK_R25_ENG3
|
Files | |
file | qaGobiApiWda.h |
Data Administration API function prototypes. | |
file | wda.h |
Data Structures | |
struct | pack_wda_SetDataFormat_t |
struct | unpack_wda_SetDataFormat_t |
struct | pack_wda_GetDataFormat_t |
struct | unpack_wda_GetDataFormat_t |
struct | pack_wda_SetQmapSettings_t |
struct | unpack_wda_SetQmapSettings_t |
struct | pack_wda_GetQmapSettings_t |
struct | unpack_wda_GetQmapSettings_t |
Functions | |
int | pack_wda_SetDataFormat (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_wda_SetDataFormat_t *reqArg) |
int | unpack_wda_SetDataFormat (uint8_t *pResp, uint16_t respLen, unpack_wda_SetDataFormat_t *pOutput) |
int | pack_wda_GetDataFormat (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_wda_GetDataFormat_t *reqArg) |
int | unpack_wda_GetDataFormat (uint8_t *pResp, uint16_t respLen, unpack_wda_GetDataFormat_t *pOutput) |
int | pack_wda_SetQmapSettings (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_wda_SetQmapSettings_t *reqArg) |
int | unpack_wda_SetQmapSettings (uint8_t *pResp, uint16_t respLen, unpack_wda_SetQmapSettings_t *pOutput) |
int | pack_wda_GetQmapSettings (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_wda_GetQmapSettings_t *reqArg) |
int | unpack_wda_GetQmapSettings (uint8_t *pResp, uint16_t respLen, unpack_wda_GetQmapSettings_t *pOutput) |
int pack_wda_GetDataFormat | ( | pack_qmi_t * | pCtx, |
uint8_t * | pReqBuf, | ||
uint16_t * | pLen, | ||
pack_wda_GetDataFormat_t * | reqArg | ||
) |
Get data format pack Read data format settings for use with QMAP
[in,out] | pCtx | qmi request context |
[out] | pReqBuf | qmi request buffer |
[out] | pLen | qmi request length |
[in] | reqArg | request parameter |
int pack_wda_GetQmapSettings | ( | pack_qmi_t * | pCtx, |
uint8_t * | pReqBuf, | ||
uint16_t * | pLen, | ||
pack_wda_GetQmapSettings_t * | reqArg | ||
) |
Get qmap settings pack Read qmap settings for use with QMAP
[in,out] | pCtx | qmi request context |
[out] | pReqBuf | qmi request buffer |
[out] | pLen | qmi request length |
[in] | reqArg | request parameter |
int pack_wda_SetDataFormat | ( | pack_qmi_t * | pCtx, |
uint8_t * | pReqBuf, | ||
uint16_t * | pLen, | ||
pack_wda_SetDataFormat_t * | reqArg | ||
) |
Set data format pack Configure data format to use with QMAP
[in,out] | pCtx | qmi request context |
[out] | pReqBuf | qmi request buffer |
[out] | pLen | qmi request length |
[in] | reqArg | request parameter |
int pack_wda_SetQmapSettings | ( | pack_qmi_t * | pCtx, |
uint8_t * | pReqBuf, | ||
uint16_t * | pLen, | ||
pack_wda_SetQmapSettings_t * | reqArg | ||
) |
Set qmap settings pack Configure qmap settings to use with QMAP
[in,out] | pCtx | qmi request context |
[out] | pReqBuf | qmi request buffer |
[out] | pLen | qmi request length |
[in] | reqArg | request parameter |
int unpack_wda_GetDataFormat | ( | uint8_t * | pResp, |
uint16_t | respLen, | ||
unpack_wda_GetDataFormat_t * | pOutput | ||
) |
Get data format unpack Read configured data format to use with QMAP
[in] | pResp | qmi response |
[in] | respLen | qmi response length |
[out] | pOutput | unpacked response |
int unpack_wda_GetQmapSettings | ( | uint8_t * | pResp, |
uint16_t | respLen, | ||
unpack_wda_GetQmapSettings_t * | pOutput | ||
) |
Get qmap settings unpack Read configured qmap settings to use with QMAP
[in] | pResp | qmi response |
[in] | respLen | qmi response length |
[out] | pOutput | unpacked response |
int unpack_wda_SetDataFormat | ( | uint8_t * | pResp, |
uint16_t | respLen, | ||
unpack_wda_SetDataFormat_t * | pOutput | ||
) |
Set data format unpack Configure data format to use with QMAP
[in] | pResp | qmi response |
[in] | respLen | qmi response length |
[out] | pOutput | unpacked response |
int unpack_wda_SetQmapSettings | ( | uint8_t * | pResp, |
uint16_t | respLen, | ||
unpack_wda_SetQmapSettings_t * | pOutput | ||
) |
Set qmap settings unpack Configure qmap settings to use with QMAP
[in] | pResp | qmi response |
[in] | respLen | qmi response length |
[out] | pOutput | unpacked response |