IOConnectionData Constructor |
Constructs an IOConnectionData.
Namespace:
Demo3D.PLC.Rockwell.Comms.CIP
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
Syntaxpublic IOConnectionData(
uint instanceId,
ushort type,
uint updateRate,
ushort inCp,
uint inDataPtr,
uint inDataSize,
ushort outCp,
uint outDataPtr,
uint outDataSize,
EPATH? connectionPath
)
Parameters
- instanceId
- Type: SystemUInt32
The instance id. - type
- Type: SystemUInt16
The connection tyep. - updateRate
- Type: SystemUInt32
Update rate. - inCp
- Type: SystemUInt16
In connection point. - inDataPtr
- Type: SystemUInt32
In data address. - inDataSize
- Type: SystemUInt32
In data size. - outCp
- Type: SystemUInt16
Out connection point. - outDataPtr
- Type: SystemUInt32
Out connection address. - outDataSize
- Type: SystemUInt32
Out connection size. - connectionPath
- Type: Demo3D.PLC.Comms.CIPEPATH
Connection path.
See Also