Click or drag to resize

ConnectionKey Class

Uniquely identifies a connection.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPConnectionKey

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public class ConnectionKey : IEquatable<ConnectionKey>

The ConnectionKey type exposes the following members.

Constructors
  NameDescription
Public methodConnectionKey
Constructs a ConnectionKey.
Top
Properties
  NameDescription
Public propertyConnectionSerial
The conneciton serial number.
Public propertyOriginatorSerial
The originator serial number.
Public propertyOriginatorVendorID
The originator vendor id.
Top
See Also