EPATHNetworkSegment Constructor |
Constructs a network segment.
Namespace:
Demo3D.PLC.Comms.CIP
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
Syntaxpublic NetworkSegment(
int type,
ushort subType,
Buffer data
)
Parameters
- type
- Type: SystemInt32
Network type. - subType
- Type: SystemUInt16
Network sub type. - data
- Type: Demo3D.IOBuffer
Data.
See Also