11.12.3.4.164. Function sems_lite_get_SignatureofLastScript¶
Defined in File sems_lite_api.h
11.12.3.4.164.1. Function Documentation¶
-
sss_status_t
sems_lite_get_SignatureofLastScript
(sems_lite_agent_ctx_t *pContext, uint8_t *pRspBuf, size_t *pRspBufLen)¶ Get the signature of last executed script.
This API will called in case there is tear down
- 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.