Click or drag to resize

MemorySymbolTableAddressTypeSetNextAddress(IAddressSpace, Int64) Method

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: 19.00.00
Syntax
C#
public void SetNextAddress(
	IAddressSpace addressSpace,
	long bitAddress
)

Parameters

addressSpace  IAddressSpace
The address space.
bitAddress  Int64
The next address to use.
See Also