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: 15.0.2.11458
Syntax
C#
public void Subscribe(
	MemoryAddress address,
	Action<MemoryAddressChangedEventArgs> handler
)

Parameters

address
Type: Demo3D.PLC.CommsMemoryAddress
The address describing the area of memory being watched.
handler
Type: SystemActionMemoryAddressChangedEventArgs
The handler to call when memory changes.
See Also