ExampleNotifyMemoryServerSubscribe Method |
Put in here whatever is required to subscribe to memory changes.
Namespace: Demo3D.PLC.Comms.BuiltinAssembly: PLC (in PLC.dll) Version: 19.01.00
Syntaxpublic 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