11.12.3.4.161. Function sems_lite_get_SEAppInfoRAW¶
Defined in File sems_lite_api.h
11.12.3.4.161.1. Function Documentation¶
-
sss_status_t
sems_lite_get_SEAppInfoRAW
(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 App 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.[out] pRspBuf
: Pointer to response Buffer.[in] searchAID
: The search aid[in] searchAidLen
: The search aid length[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.