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.NodesAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic 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
BooleanFalse if an attribute could not be set.
See Also