mTower
Data Fields
TEEC_Operation Struct Reference

#include <tee_client_api.h>

Data Fields

uint32_t started
 
uint32_t paramTypes
 
TEEC_Parameter params [TEEC_CONFIG_PAYLOAD_REF_COUNT]
 
TEEC_Sessionsession
 

Detailed Description

struct TEEC_Operation - Holds information and memory references used in TEEC_InvokeCommand().

Parameters
startedClient must initialize to zero if it needs to cancel an operation about to be performed.
paramTypesType of data passed. Use TEEC_PARAMS_TYPE macro to create the correct flags. 0 means TEEC_NONE is passed for all params.
paramsArray of parameters of type TEEC_Parameter.
sessionInternal pointer to the last session used by TEEC_InvokeCommand with this operation.

The documentation for this struct was generated from the following file: