OutgoingResponseContainerAddMessage Method |
Adds a new response to the message container.
Namespace: Demo3D.PLC.Comms.CIPAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic abstract OutgoingResponse AddMessage(
ServiceCode serviceCode
)
Parameters
- serviceCode ServiceCode
- The response service code.
Return Value
OutgoingResponseA new response to fill with data.
See Also