Click or drag to resize

MemorySymbolTableAddressTypeSetNextAddress Method (MemoryAddress)

Sets the next address that will be used by Add(String, DataType, MemoryAddress, Boolean, String).

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public void SetNextAddress(
	MemoryAddress address
)

Parameters

address
Type: Demo3D.PLC.CommsMemoryAddress
The next address to use.
See Also