![]() |
mTower
|
#include <tee_client_api.h>
Data Fields | |
| uint32_t | started |
| uint32_t | paramTypes |
| TEEC_Parameter | params [TEEC_CONFIG_PAYLOAD_REF_COUNT] |
| TEEC_Session * | session |
struct TEEC_Operation - Holds information and memory references used in TEEC_InvokeCommand().
| 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. |
1.8.13