ExampleNotifyMemoryServerPublishChanges Method |
Example of raising publication events.
Namespace: Demo3D.PLC.Comms.BuiltinAssembly: PLC (in PLC.dll) Version: 19.01.00
Syntaxpublic void PublishChanges(
MemoryAddress address,
byte[] data
)
Parameters
- address MemoryAddress
- The address that changed.
- data Byte
- The data from the address that changed.
See Also