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.

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

Constructors

View Source

Value(uint, uint, 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
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
C#
Copy
public uint A { get; }
Property Value
Type Description
uint
View Source

B

This property represents an unsigned integer B.

Declaration
C#
Copy
public uint B { get; }
Property Value
Type Description
uint