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