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#Copypublic 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#Copypublic 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
Declaration
C#Copypublic uint A { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
API Level: 3
Declaration
C#Copypublic uint B { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |