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

NetworkState() public method

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