Click or drag to resize

ConnectionTriad Constructor

Constructs a ConnectionKey.

Namespace: Demo3D.PLC.Comms.CIP
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public ConnectionTriad(
	ushort connectionSerial,
	DeviceVendor vendor,
	uint deviceSerial
)

Parameters

connectionSerial  UInt16
The connection serial number.
vendor  DeviceVendor
The device vendor.
deviceSerial  UInt32
The deviceserial number.
See Also