Click or drag to resize

NotImplementedPath Class

A path describing a known not-implemented object.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIP.NodesNotImplementedPath

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public class NotImplementedPath

The NotImplementedPath type exposes the following members.

Constructors
  NameDescription
Public methodNotImplementedPath
Constructs a NotImplementedPath.
Top
Properties
  NameDescription
Public propertyAdditionalStatus
Any additional status to return to the caller.
Public propertyErrorStatus
The error status to return to the called.
Public propertyPath
The path that's not implemented.
Top
See Also