Click or drag to resize

MemorySymbolTableAddressType Constructor (Alignment, String)

Constructs a new MemorySymbolTable.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public MemorySymbolTable(
	Alignment? alignment = null,
	string name = ""
)

Parameters

alignment (Optional)
Type: Demo3D.PLC.CommsAlignment
Optional memory layout / alignment helper (or null).
name (Optional)
Type: SystemString
Optional name.
See Also