Click or drag to resize

Symbol(IBrowseItem, String, AccessRights, DataType) Constructor

Constructs a new symbol for the Built-in Tag Server.

Namespace: Demo3D.PLC.Comms.Builtin
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public Symbol(
	IBrowseItem symbolTable,
	string name,
	AccessRights access,
	DataType dataType
)

Parameters

symbolTable  IBrowseItem
The symbol table.
name  String
The name of the symbol.
access  AccessRights
The allowed access rights for the symbol.
dataType  DataType
The symbol data type.
See Also