Click or drag to resize

EndLogicArgsAddUpdate Method (IConnectionPoint, ValueStruct)

Registers an update that needs to be applied in the next batch at the end of the current logic run.

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public void AddUpdate(
	IConnectionPoint connectionPoint,
	 in ValueStruct value
)

Parameters

connectionPoint
Type: Demo3D.PLC.CommsIConnectionPoint

[Missing <param name="connectionPoint"/> documentation for "M:Demo3D.PLC.Rockwell.Emulator.ModuleEmulators.EndLogicArgs.AddUpdate(Demo3D.PLC.Comms.IConnectionPoint,Demo3D.Common.ValueStruct@)"]

value
Type: ValueStruct

[Missing <param name="value"/> documentation for "M:Demo3D.PLC.Rockwell.Emulator.ModuleEmulators.EndLogicArgs.AddUpdate(Demo3D.PLC.Comms.IConnectionPoint,Demo3D.Common.ValueStruct@)"]

See Also