Enum SharedMemoryFlags

    Definition

    Namespace:
    Tizen.Security.TEEC
    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX