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: 19.00.00
Syntax
C#
public bool CreateAttributeList(
	MessageContext context,
	OutgoingResponse response,
	IncomingRequest message
)

Parameters

context  MessageContext
Message information.
response  OutgoingResponse
The packet to write the response into.
message  IncomingRequest
The received request.

Return Value

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