Opc.Ua.SystemContext.SystemContext C# (CSharp) 메소드

SystemContext() 공개 메소드

Initializes a new instance of the SystemContext class.
public SystemContext ( ) : System
리턴 System
        public SystemContext()
        {
            m_nodeStateFactory = new NodeStateFactory();
        }

Same methods

SystemContext::SystemContext ( IOperationContext context ) : System