Enum TEFRegisteredMemoryType

Definition

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

This type denotes the SharedMemoryReference parameter.

C#
Copy
public enum TEFRegisteredMemoryType : uint
Name Description
PartialInOut

A registered memory reference structure that refers to a partial region of its parent shared memory block and is tagged as both the input and the output.

PartialInput

A registered memory reference structure that refers to a partial region of its parent shared mMemory block and is tagged as the input.

PartialOutput

A registered memory reference structure that refers to a partial region of its parent shared memory block and is tagged as the output.

Whole

The parameter is a registered memory reference that refers to the entirety of its parent shared memory block.