INotifyDirectMemoryAccessServiceAddDataChanged Method |
Add a handler to respond to data changed events.
Namespace: Demo3D.PLC.Comms.MemoryAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxvoid AddDataChanged(
MemoryAddress address,
NotifyDataChangedEventHandler handler
)
Parameters
- address MemoryAddress
- The address to subscribe to.
- handler NotifyDataChangedEventHandler
- Handler for data changed events.
See Also