Click or drag to resize

EPATHOtherExtendedNetworkSegment Constructor

Constructs a network segment.

Namespace: Demo3D.PLC.Comms.CIP
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public OtherExtendedNetworkSegment(
	EPATHNetworkType type,
	EPATHNetworkSubType subType,
	 in BufferSegment? data
)

Parameters

type  EPATHNetworkType
Network type.
subType  EPATHNetworkSubType
Network sub type.
data  BufferSegment
Data.
See Also