Click or drag to resize

CIPObjectSetAttributeValue Method

Set one attribute to the value read from requestData.

Namespace: Demo3D.PLC.Comms.CIP.Nodes
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
protected virtual bool SetAttributeValue(
	MessageContext context,
	IPacketWriter? responseData,
	IPacketReader requestData,
	uint attributeId
)

Parameters

context  MessageContext
Information about the message.
responseData  IPacketWriter
The packet to place the response (if any), or null if no response is allowed.
requestData  IPacketReader
The data packet to get the attribute value.
attributeId  UInt32
The attribute ID.

Return Value

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