11.12.3.4.156. Function sems_lite_get_ENCIdentifier¶
Defined in File sems_lite_api.h
11.12.3.4.156.1. Function Documentation¶
-
sss_status_t
sems_lite_get_ENCIdentifier
(sems_lite_agent_ctx_t *pContext, uint8_t *pRspBuf, size_t *pRspBufLen)¶ Get the ENC Identifier.
This API will return the ENC 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.