Click or drag to resize

ConnectionKey Constructor

Constructs a ConnectionKey.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public ConnectionKey(
	ushort connectionSerial,
	ushort originatorVendorID,
	uint originatorSerial
)

Parameters

connectionSerial
Type: SystemUInt16
The conneciton serial number.
originatorVendorID
Type: SystemUInt16
The originator vendor id.
originatorSerial
Type: SystemUInt32
The originator serial number.
See Also