Click or drag to resize

CIPObjectGetAttributeValue 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: 19.00.00
Syntax
C#
protected virtual bool GetAttributeValue(
	MessageContext context,
	IPacketWriter responseData,
	uint attributeId
)

Parameters

context  MessageContext
Information about the message.
responseData  IPacketWriter
The data packet to place the attribute value.
attributeId  UInt32
The attribute ID.

Return Value

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