Click or drag to resize

ExampleNotifyMemoryServerSubscribe Method

Put in here whatever is required to subscribe to memory changes.

Namespace: Demo3D.PLC.Comms.Builtin
Assembly: PLC (in PLC.dll) Version: 19.01.00
Syntax
C#
public void Subscribe(
	MemoryAddress address,
	Action<MemoryAddressChangedEventArgs> handler
)

Parameters

address  MemoryAddress
The address describing the area of memory being watched.
handler  ActionMemoryAddressChangedEventArgs
The handler to call when memory changes.
See Also