Click or drag to resize

DPIServicesSetAttribute Method

Service SetAttribute DPI request.

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

Parameters

context
Type: Demo3D.PLC.Rockwell.Comms.DPI.NodesMessageContext
Information about the request.
responseData
Type: Demo3D.IOIPacketWriter
Packet to place the response.
requestData
Type: Demo3D.IOIPacketReader
The attribute value data.
attributeId
Type: SystemUInt32
The attribute ID.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.PLC.Rockwell.Comms.DPI.Nodes.DPIServices.SetAttribute(Demo3D.PLC.Rockwell.Comms.DPI.Nodes.MessageContext,Demo3D.IO.IPacketWriter,Demo3D.IO.IPacketReader,System.UInt32)"]

See Also