Click or drag to resize

DPIServicesSetAttributeValue Method

Set one attribute to the value read from requestData.

Namespace:  Demo3D.PLC.Rockwell.Comms.DPI.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public virtual bool SetAttributeValue(
	MessageContext context,
	IPacketReader requestData,
	uint attributeId
)

Parameters

context
Type: Demo3D.PLC.Rockwell.Comms.DPI.NodesMessageContext
Information about the request.
requestData
Type: Demo3D.IOIPacketReader
The data packet to get the attribute value.
attributeId
Type: SystemUInt32
The attribute ID.

Return Value

Type: Boolean
False if the attribute value could not be set.
See Also