Click or drag to resize

INotifyDirectMemoryAccessServiceAddDataChanged Method

Add a handler to respond to data changed events.

Namespace:  Demo3D.PLC.Comms.Memory
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
void AddDataChanged(
	MemoryAddress address,
	NotifyDataChangedEventHandler handler
)

Parameters

address
Type: Demo3D.PLC.CommsMemoryAddress
The address to subscribe to.
handler
Type: Demo3D.NetNotifyDataChangedEventHandler
Handler for data changed events.
See Also