NotImplementedPath Constructor |
Constructs a NotImplementedPath.
Namespace:
Demo3D.PLC.Comms.CIP.Nodes
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic NotImplementedPath(
EPATHLogicalPath path,
Status errorStatus = Status.BadDestination,
byte[]? additionalStatus = null
)
Parameters
- path
- Type: Demo3D.PLC.Comms.CIPEPATHLogicalPath
The path that's not implemented. - errorStatus (Optional)
- Type: Demo3D.PLC.Comms.CIPStatus
The error status to return to the called. - additionalStatus (Optional)
- Type: SystemByte
Any additional status to return to the caller.
See Also