Click or drag to resize

MemorySymbolTableAddressTypeSetNextAddress(MemoryAddress) Method

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: 19.00.00
Syntax
C#
public void SetNextAddress(
	MemoryAddress address
)

Parameters

address  MemoryAddress
The next address to use.
See Also