Click or drag to resize

MemorySymbolTableAddressTypeSetNextAddress Method (IAddressSpace, Int64)

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

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public void SetNextAddress(
	IAddressSpace addressSpace,
	long bitAddress
)

Parameters

addressSpace
Type: Demo3D.PLC.CommsIAddressSpace
The address space.
bitAddress
Type: SystemInt64
The next address to use.
See Also