Click or drag to resize

MemorySymbolTableAddressType(MemorySymbolTableAddressType, String) Constructor

Constructs a new branch and adds the branch to the parent symbol table or branch.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public MemorySymbolTable(
	MemorySymbolTable<AddressType> parent,
	string name
)

Parameters

parent  MemorySymbolTableAddressType
The parent symbol table or branch.
name  String
The name of the branch.
See Also