Class BaseParameter<TEnum>

    Definition

    Namespace:
    Tizen.Security.TEEC
    Assembly:
    Tizen.Security.TEEC.dll

    This type defines a template for the parameter types.

    public abstract class BaseParameter<TEnum> : Parameter where TEnum : struct, IComparable, IFormattable, IConvertible
    Inheritance
    object
    Parameter
    BaseParameter<TEnum>
    Derived
    RegisteredMemoryReference
    RegisteredMemoryReference
    TempMemoryReference
    TempMemoryReference
    Value
    Value

    Properties

    View Source

    Type

    This property represents the access type to this parameter.

    Declaration
    public TEnum Type { get; }
    Property Value
    Type Description
    TEnum
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX