Rate This Document
Findability
Accuracy
Completeness
Readability

TA_InvokeCommandEntryPoint

API Format

TA_InvokeCommandEntryPoint(void *session_context, uint32_t cmd_id, uint32_t paramTypes, TEE_Param params[4])

Function Description

When a CA sends an instruction to a TA, this API is called by the TEE to specify the session that has been successfully created.

Parameter Description

  • session_context: pointer to a session.
  • cmd_id: command ID defined by the developer.
  • paramTypes: attribute values of four parameters.
  • params: pointer to the four parameter arrays.