ConnectionTriad Constructor |
Constructs a ConnectionKey.
Namespace: Demo3D.PLC.Comms.CIPAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic 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