Click or drag to resize

CPFPacketWriterAddTOSocketAddress Method

Adds a CPF item to the packet.

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

Parameters

port
Type: SystemUInt16

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

ipAddress
Type: System.NetIPAddress

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

See Also