11.12.3.4.146. Function sems_lite_agent_load_package

11.12.3.4.146.1. Function Documentation

sems_lite_status_t sems_lite_agent_load_package(sems_lite_agent_ctx_t *context, multicast_package_t *multiPkgBuf)

Load Applet package.

This function load an available update package on the SE and assure the tearing safe update of the SE.

Return

Status of the operation

Note

More return codes would be added to request host to either retry or install older package.

Parameters
  • context: Pointer to sems lite agent context.

  • pkgBuf: Pointer to package. It must follow the format defined in multicast_package_t.

Return Value