Click or drag to resize

CIPObjectSetAttributeSingle Method

Service SetAttributeSingle CIP request.

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

Parameters

context
Type: Demo3D.PLC.Comms.CIP.NodesMessageContext
Information about the request.
response
Type: Demo3D.PLC.Comms.CIPOutgoingResponse
Packet to place the response.
requestData
Type: Demo3D.IOIPacketReader
The attribute value data.
attributeId
Type: SystemUInt32
The attribute ID.

Return Value

Type: 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