Click or drag to resize

CPFPacketWriterAddOTSocketAddress Method

Adds a CPF item to the packet.

Namespace: Demo3D.PLC.Comms.CPF
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public void AddOTSocketAddress(
	ushort port,
	IPAddress ipAddress
)

Parameters

port  UInt16

[Missing <param name="port"/> documentation for "M:Demo3D.PLC.Comms.CPF.CPFPacketWriter.AddOTSocketAddress(System.UInt16,System.Net.IPAddress)"]

ipAddress  IPAddress

[Missing <param name="ipAddress"/> documentation for "M:Demo3D.PLC.Comms.CPF.CPFPacketWriter.AddOTSocketAddress(System.UInt16,System.Net.IPAddress)"]

See Also