Class Value

Definition

Namespace:
Tizen.Security.TEEC
Assembly:
Tizen.Security.TEEC.dll
API Level:
3

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

C#
Copy
public sealed class Value : BaseParameter<TEFValueType>
Inheritance

Constructors

View Source

Value(UInt32, UInt32, TEFValueType)

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

Declaration
C#
Copy
public Value(uint a, uint b, TEFValueType type)
Parameters
Type Name Description
System.UInt32 a

User paramter A.

System.UInt32 b

User paramter B.

TEFValueType type

The kind of access allowed for TA TEFValueType.

API Level: 3

Properties

View Source

A

This property represents an unsigned integer A.

Declaration
C#
Copy
public uint A { get; }
Property Value
Type Description
System.UInt32
API Level: 3
View Source

B

This property represents an unsigned integer B.

Declaration
C#
Copy
public uint B { get; }
Property Value
Type Description
System.UInt32
API Level: 3