Click or drag to resize

CIPObjectObjectInstanceCreateAttributeList Method

Common interpretation of the data part of a Create service request. The service data is the same format as the SetAttributeList, but doesn't return the same SetAttributeList response.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public bool CreateAttributeList(
	MessageContext context,
	OutgoingResponse response,
	IncomingRequest message
)

Parameters

context
Type: Demo3D.PLC.Comms.CIP.NodesMessageContext
Message information.
response
Type: Demo3D.PLC.Comms.CIPOutgoingResponse
The packet to write the response into.
message
Type: Demo3D.PLC.Comms.CIPIncomingRequest
The received request.

Return Value

Type: Boolean
False if an attribute could not be set.
See Also