Class TempMemoryReference

    Definition

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

    This type defines a temporary memory reference.

    public sealed class TempMemoryReference : BaseParameter<TEFTempMemoryType>
    Inheritance
    object
    Parameter
    BaseParameter<TEFTempMemoryType>
    TempMemoryReference

    Constructors

    View Source

    TempMemoryReference(IntPtr, uint, TEFTempMemoryType)

    Constructs a parameter object which holds information about the temporary memory copied to or from TA.

    Declaration
    public TempMemoryReference(IntPtr buffer, uint size, TEFTempMemoryType type)
    Parameters
    Type Name Description
    System.IntPtr buffer

    The address of the allocated memory buffer.

    uint size

    The size of the buffer.

    TEFTempMemoryType type

    The kind of access allowed for TA TEFTempMemoryType.

    Properties

    View Source

    Buffer

    This property represents the memory address of the buffer.

    Declaration
    public IntPtr Buffer { get; }
    Property Value
    Type Description
    System.IntPtr
    View Source

    Size

    This property represents the size of the buffer.

    Declaration
    public uint Size { get; }
    Property Value
    Type Description
    uint
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX