11.12.3.4.163. Function sems_lite_get_SEPkgInfoRAW¶
Defined in File sems_lite_api.h
11.12.3.4.163.1. Function Documentation¶
-
sss_status_t
sems_lite_get_SEPkgInfoRAW
(sems_lite_agent_ctx_t *pContext, const uint8_t *searchAID, uint8_t searchAidLen, uint8_t *pRspBuf, size_t *pRspBufLen)¶ Low level API to get RAW PKG INFO from the SE.
This API will read the currently present Applications ELF/ELM AIDs and versions as well as the present instances from the SE.
- Return
Status of the operation
- Parameters
pContext
: Pointer to sems lite agent context.[in] searchAID
: The search aid[in] searchAidLen
: The search aid length[out] pRspBuf
: Pointer to response Buffer.[inout] pRspBufLen
: Pointer to length of the response Buffer.
- Return Value
kStatus_SSS_Success
: The operation has completed successfully.kStatus_SSS_Fail
: The operation has failed.