TEEC_InvokeCommand
API Format
TEEC_InvokeCommand(TEEC_Session *session, uint32_t commandID, TEEC_Operation *operation, uint32_t *returnOrigin)
Function Description
Used by a CA to send a command to a specified TA. It can carry parameters.
Parameter Description
- session: identifies the session between a CA and a specific TA.
- commandID: command ID. Supported command IDs and functions are defined by developers.
- operation: stores the parameters transferred from the CA to a TA.
- returnOrigin: source of the return code.
Parent topic: CA Mandatory APIs