Class Value
Definition
- 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
Constructors
View SourceValue(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 SourceA
This property represents an unsigned integer A.
Declaration
public uint A { get; }
Property Value
Type | Description |
---|---|
uint |
B
This property represents an unsigned integer B.
Declaration
public uint B { get; }
Property Value
Type | Description |
---|---|
uint |