Enum SharedMemoryFlags
Definition
- Assembly:
- Tizen.Security.TEEC.dll
This type denotes the SharedMemory access direction.
[Flags]
public enum SharedMemoryFlags : uint
Fields
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. |