DPIServicesNotifyAttributeSet 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.Rockwell.Comms.DPI.Nodes
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
Syntaxpublic virtual void NotifyAttributeSet(
uint attributeId,
IDataLocationProvider location
)
Parameters
- attributeId
- Type: SystemUInt32
The attribute ID. - location
- Type: Demo3D.CommonIDataLocationProvider
Information about the source of the attribute message.
See Also