EPATHPortSegment Constructor (UInt32, Buffer) |
Construct a new Port segment.
Namespace:
Demo3D.PLC.Comms.CIP
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
Syntaxpublic PortSegment(
uint port,
Buffer address
)
Parameters
- port
- Type: SystemUInt32
The port number. - address
- Type: Demo3D.IOBuffer
The port address.
See Also