Enum TEFValueType
Definition
- Namespace:
- Tizen.Security.TEEC
- Assembly:
- Tizen.Security.TEEC.dll
- API Level:
- 3
This type denotes the Value parameter.
C#Copypublic enum TEFValueType : int
Name | Description |
---|---|
InOut | The parameter is a ValueType tagged as both the input and the output. |
Input | The parameter is a ValueType tagged as the input. |
Output | The parameter is a ValueType tagged as the output. |