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: 19.00.00
Syntax
C#
public abstract OutgoingResponse AddMessage(
	ServiceCode serviceCode
)

Parameters

serviceCode  ServiceCode
The response service code.

Return Value

OutgoingResponse
A new response to fill with data.
See Also