Click or drag to resize

ExampleNotifyMemoryServerPublishChanges Method

Example of raising publication events.

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

Parameters

address
Type: Demo3D.PLC.CommsMemoryAddress
The address that changed.
data
Type: SystemByte
The data from the address that changed.
See Also