Symbol Constructor (String, BuildInfo, Type, Type, Boolean)

Initializes a new instance of the Symbol class.

Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

public Symbol(
    string name,
    BuildInfo info,
    Type readValue = null,
    Type writeValue = null,
    bool isFunction = false
)

Parameters

name

Type: System.String
The name of the symbol

info

Type: TcHmiSrv.DynamicSymbols.BuildInfo
The additional information of the symbol.

readValue (Optional)

Type: System.Type
The read value for which a schema is to be added.

writeValue (Optional)

Type: System.Type
The write value for which a schema is to be added.

isFunction (Optional)

Type: System.Boolean
true to define this symbol as a function; false to not define this symbol as a function.

Reference

Symbol Class

Symbol Overload

TcHmiSrv.DynamicSymbols Namespace