Click or drag to resize

OutgoingResponseAddMessageData Method

Add data to the message.

Namespace: Demo3D.PLC.Comms.CIP
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public abstract IPacketWriter AddMessageData()

Return Value

IPacketWriter
A packet writer to fill with the message data.
See Also