Class Value

    Definition

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

    This type defines a parameter that is not referencing the shared memory, but carries instead small raw data passed by a value.

    public sealed class Value : BaseParameter<TEFValueType>
    Inheritance
    object
    Parameter
    BaseParameter<TEFValueType>
    Value

    Constructors

    View Source

    Value(uint, uint, TEFValueType)

    Constructs a parameter object which holds information about integer values copied to or from TA.

    Declaration
    public Value(uint a, uint b, TEFValueType type)
    Parameters
    Type Name Description
    uint a

    User paramter A.

    uint b

    User paramter B.

    TEFValueType type

    The kind of access allowed for TA TEFValueType.

    Properties

    View Source

    A

    This property represents an unsigned integer A.

    Declaration
    public uint A { get; }
    Property Value
    Type Description
    uint
    View Source

    B

    This property represents an unsigned integer B.

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