Click or drag to resize

EPATHWriterPort(PortNo, UInt32) Method

Adds a single byte numerical port segment.

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

Parameters

port  PortNo
The port number.
address  UInt32
The address as a number.

Return Value

EPATHWriter
This.
See Also