TA-REF
TEEC_Operation Struct Reference

#include <tee_client_api.h>

+ Collaboration diagram for TEEC_Operation:

Public Attributes

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.

Member Data Documentation

◆ params

TEEC_Parameter TEEC_Operation::params[TEEC_CONFIG_PAYLOAD_REF_COUNT]

◆ paramTypes

uint32_t TEEC_Operation::paramTypes

◆ session

TEEC_Session* TEEC_Operation::session

◆ started

uint32_t TEEC_Operation::started

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