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

UIElementState() 공개 메소드

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