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 |
|
info |
Type: TcHmiSrv.DynamicSymbols.BuildInfo |
|
readValue (Optional) |
Type: System.Type |
|
writeValue (Optional) |
Type: System.Type |
|
isFunction (Optional) |
Type: System.Boolean |