Opc.Ua.Di.ConnectionPointState.ConnectionPointState C# (CSharp) 메소드

ConnectionPointState() 공개 메소드

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