Click or drag to resize

CIPObjectSetAttributeSingle Method

Service SetAttributeSingle CIP request.

Namespace: Demo3D.PLC.Comms.CIP.Nodes
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public override sealed bool SetAttributeSingle(
	MessageContext context,
	OutgoingResponse response,
	IPacketReader requestData,
	uint attributeId
)

Parameters

context  MessageContext
Information about the request.
response  OutgoingResponse
Packet to place the response.
requestData  IPacketReader
The attribute value data.
attributeId  UInt32
The attribute ID.

Return Value

Boolean

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPObject.SetAttributeSingle(Demo3D.PLC.Comms.CIP.Nodes.MessageContext,Demo3D.PLC.Comms.CIP.OutgoingResponse,Demo3D.IO.IPacketReader,System.UInt32)"]

See Also