Click or drag to resize

ExampleNotifyMemoryServerPublishChanges Method

Example of raising publication events.

Namespace: Demo3D.PLC.Comms.Builtin
Assembly: PLC (in PLC.dll) Version: 19.01.00
Syntax
C#
public void PublishChanges(
	MemoryAddress address,
	byte[] data
)

Parameters

address  MemoryAddress
The address that changed.
data  Byte
The data from the address that changed.
See Also