Click or drag to resize

EPATHWriterPort Method (UInt32, UInt32)

Adds a single byte numerical port segment.

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

Parameters

port
Type: SystemUInt32
The port number.
address
Type: SystemUInt32
The address as a number.

Return Value

Type: EPATHWriter
This.
See Also