Click or drag to resize

OutgoingResponseContainerAddMessage Method

Adds a new response to the message container.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public abstract OutgoingResponse AddMessage(
	ServiceCode serviceCode
)

Parameters

serviceCode
Type: Demo3D.PLC.Comms.CIPServiceCode
The response service code.

Return Value

Type: OutgoingResponse
A new response to fill with data.
See Also