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: 18.03.00
Syntaxprotected virtual void NotifyAttributesSet(
List<uint> attributesSet,
IDataLocationProvider location
)
Parameters
- attributesSet
- Type: System.Collections.GenericListUInt32
List of attribute IDs set. - location
- Type: IDataLocationProvider
Information about the source of the attribute message.
See Also