Enum TEFTempMemoryType

Definition

Namespace:
Tizen.Security.TEEC
Assembly:
Tizen.Security.TEEC.dll
API Level:
3

This type denotes the TempMemoryReference parameter describing a region of memory which needs to be temporarily registered for the duration of the operation.

C#
Copy
public enum TEFTempMemoryType : uint
Name Description
InOut

A Temporary Memory Reference tagged as both the input and the output.

Input

The parameter is a TempMemoryType and is tagged as the input.

Output

Same as the input, but the Memory Reference is tagged as the output.