11.12.3.4.145. Function sems_lite_agent_init_context¶
Defined in File sems_lite_api.h
11.12.3.4.145.1. Function Documentation¶
-
sss_status_t
sems_lite_agent_init_context
(sems_lite_agent_ctx_t *context, sss_session_t *boot_ctx)¶ Initialize SEMS Lite agent context.
This function is used to initialize SEMS Lite agent context.
- Return
Status of the operation
- Parameters
context
: Pointer to sems lite agent context.boot_ctx
: Pointer to sss session context
- Return Value
kStatus_SEMS_Lite_Success
: The operation has completed successfully.kStatus_SEMS_Lite_ERR_General
: The operation has failed.