Click or drag to resize

CIPObjectObjectClassGetAttributeValue Method

Read the value of one attribute and write it into the responseData.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
protected override bool GetAttributeValue(
	MessageContext context,
	IPacketWriter responseData,
	uint attributeId
)

Parameters

context
Type: Demo3D.PLC.Comms.CIP.NodesMessageContext
Information about the message.
responseData
Type: Demo3D.IOIPacketWriter
The data packet to place the attribute value.
attributeId
Type: SystemUInt32
The attribute ID.

Return Value

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