Enum SharedMemoryFlags

Definition

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

This type denotes the SharedMemory access direction.

C#
Copy
[Flags] public enum SharedMemoryFlags : uint
Name Description
InOut

A flag indicates the shared memory can be read and written.

Input

A flag indicates the shared memory can be read.

Output

A flag indicates the shared memory can be written.