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

BlockState() 공개 메소드

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