Click or drag to resize

CIPObjectNotifyAttributesSet Method

Callback to indicate that an attribute value has been set. Only called at the end of the protocol request after all attributes in the packet have been set.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
protected virtual void NotifyAttributesSet(
	List<uint> attributesSet,
	IDataLocationProvider location
)

Parameters

attributesSet
Type: System.Collections.GenericListUInt32
List of attribute IDs set.
location
Type: Demo3D.CommonIDataLocationProvider
Information about the source of the attribute message.
See Also