Click or drag to resize

DPIServicesGetAttribute Method

Service GetAttribute DPI request.

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

Parameters

context
Type: Demo3D.PLC.Rockwell.Comms.DPI.NodesMessageContext
Information about the request.
responseData
Type: Demo3D.IOIPacketWriter
Packet to put requested data.
attributeId
Type: SystemUInt32
Attribute ID.

Return Value

Type: Boolean

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

See Also