TA-REF
TEEC_Value Struct Reference

#include <tee_client_api.h>

Public Attributes

uint32_t a
 
uint32_t b
 

Detailed Description

struct TEEC_Value - Small raw data container

Instead of allocating a shared memory buffer this structure can be used to pass small raw data between a client application and trusted code.

Parameters
aThe first integer value.
bThe second second value.

Member Data Documentation

◆ a

uint32_t TEEC_Value::a

◆ b

uint32_t TEEC_Value::b

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