Click or drag to resize

EPATHWriterPort Method (PortNo, UInt32)

Adds a single byte numerical port segment.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public EPATHWriter Port(
	PortNo port,
	uint address
)

Parameters

port
Type: Demo3D.PLC.Comms.CIPPortNo
The port number.
address
Type: SystemUInt32
The address as a number.

Return Value

Type: EPATHWriter
This.
See Also