#include <tee_client_api.h>
struct TEEC_Operation - Holds information and memory references used in TEEC_InvokeCommand().
- Parameters
-
| started | Client must initialize to zero if it needs to cancel an operation about to be performed. |
| paramTypes | Type of data passed. Use TEEC_PARAMS_TYPE macro to create the correct flags. 0 means TEEC_NONE is passed for all params. |
| params | Array of parameters of type TEEC_Parameter. |
| session | Internal pointer to the last session used by TEEC_InvokeCommand with this operation. |
◆ params
◆ paramTypes
| uint32_t TEEC_Operation::paramTypes |
◆ session
◆ started
| uint32_t TEEC_Operation::started |
The documentation for this struct was generated from the following file: