Enum TEFTempMemoryType

    Definition

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

    public enum TEFTempMemoryType : uint

    Fields

    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.

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