Enum TEFRegisteredMemoryType

    Definition

    Namespace:
    Tizen.Security.TEEC
    Assembly:
    Tizen.Security.TEEC.dll

    This type denotes the SharedMemoryReference parameter.

    public enum TEFRegisteredMemoryType

    Fields

    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.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<TEFRegisteredMemoryType>(TEFRegisteredMemoryType, string)
    Extensions.LoadFromXaml<TEFRegisteredMemoryType>(TEFRegisteredMemoryType, string)
    Extensions.LoadFromXaml<TEFRegisteredMemoryType>(TEFRegisteredMemoryType, Type)
    Extensions.LoadFromXamlFile<TEFRegisteredMemoryType>(TEFRegisteredMemoryType, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX