Opc.Ua.Di.ConnectionPointState.ConnectionPointState C# (CSharp) Method

ConnectionPointState() public method

Initializes the type with its default attribute values.
public ConnectionPointState ( NodeState parent ) : System
parent NodeState
return System
        public ConnectionPointState(NodeState parent)
            : base(parent)
        {
        }