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

ConfigurableObjectState() public method

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