EPATHLogicalValueSegment(EPATHLogicalType, UInt32) Constructor |
Construct a new logical segment.
Namespace: Demo3D.PLC.Comms.CIPAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic LogicalValueSegment(
EPATHLogicalType type,
uint value
)
Parameters
- type EPATHLogicalType
- The logical segment type.
- value UInt32
- The value.
See Also