Enum TEFTempMemoryType
Definition
- Assembly:
- Tizen.Security.TEEC.dll
This type denotes the TempMemoryReference parameter describing a region of memory which needs to be temporarily registered for the duration of the operation.
C#Copypublic 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. |