Enum TEFValueType
Definition
- Assembly:
- Tizen.Security.TEEC.dll
This type denotes the Value parameter.
public enum TEFValueType : uint
Fields
| 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. |