Click or drag to resize

ConnectionTriad Constructor

Constructs a ConnectionKey.

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

Parameters

connectionSerial
Type: SystemUInt16
The connection serial number.
vendor
Type: Demo3D.PLC.Comms.CPFDeviceVendor
The device vendor.
deviceSerial
Type: SystemUInt32
The deviceserial number.
See Also