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.NodesAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxprotected virtual void NotifyAttributesSet(
List<uint> attributesSet,
IDataLocationProvider location
)
Parameters
- attributesSet ListUInt32
- List of attribute IDs set.
- location IDataLocationProvider
- Information about the source of the attribute message.
See Also