Click or drag to resize

CIPServicesSetAttributeSingle Method

Service SetAttributeSingle CIP request.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
protected virtual void 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.
See Also