11.12.3.4.155. Function sems_lite_get_CA_identifier¶
Defined in File sems_lite_api.h
11.12.3.4.155.1. Function Documentation¶
-
sss_status_t
sems_lite_get_CA_identifier
(sems_lite_agent_ctx_t *pContext, uint8_t *pRspBuf, size_t *pRspBufLen)¶ Get the CA Identifier.
This API will return the CA Identifier.
- Return
Status of the operation
- Parameters
pContext
: Pointer to sems lite agent context.pRspBuf
: Pointer to response Buffer.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.